× Joomla Facebook Connect support forum

Topic-icon Discount Coupon & Reveal Tabs

Support Specialist
11 years 8 months ago #25890 by alzander
After you've Liked the page, in the top right, where it says "Liked", you can click on that to Unlike... and test to your hearts content :D

Alex
The topic has been locked.
Active Subscriptions:

None
11 years 8 months ago #25925 by toolkit
Ok, testing fails. Need to verify some of the configuration changes.

From JFBConnect | Page Tab/Canvas - Application as Page Tab
Reveal Page Article ID: Just the article ID number or complete path? (I have just the number listed)

Tab Page URL: Should this be the article ID with the coupon code?
Secure Page Tab URL: I have the full path to the discount coupon code here.
(Both of these were configured/set within the Facebook App) Correct?

HTACESS
RewriteCond %{SERVER_PORT} 443
RewriteCond %{THE_REQUEST} !/FULL PATH TO DISCOUNT COUPON ARTICLE HERE
RewriteCond %{REQUEST_URI} !jfbcchannel.php$
RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [R=301,nc,L]

Have I missed anything?
The topic has been locked.
Active Subscriptions:

None
11 years 8 months ago #25927 by toolkit
Geeze - and I thought obtaining the SSL from GoDaddy was difficult!
The topic has been locked.
Support Specialist
11 years 8 months ago #25932 by alzander
Can you post, or Private Message me, the following:
* The full Coupon Code URL (what should be shown after the Like button is clicked)
* The full 'teaser' URL (What should be shown to tell the user to click the Like button to see the coupon codes).

In general, here's what the settings should be:
* Reveal Page ID: The article ID (just a number) of the 'teaser' article
* Page Tab URL: The full Coupon Code URL. You should set both options for Page Tab and Secure Page Tab URLs., the first with or without https, the 2nd absolutely with https.

I would honestly skip the .htaccess redirects right now until the functionality works right, then try to prevent SSL from being used too much.

Alex
The topic has been locked.