× Joomla Facebook Connect support forum

Topic-icon The like button doesn't show up in some content

Active Subscriptions:

None
14 years 11 months ago #11089 by Denev
Thank you. I did all the steps but it didn't work. I will investigate for other solutions. Thank you again.
The topic has been locked.
Support Specialist
14 years 11 months ago #11092 by alzander
No problem. Let us know if you have any other questions, or get stumped somewhere. Using the URL field in Advanced Module Manager can sometimes be tricky. Another alternative is to use the "Components" drop down, and mark HWDVideoShare. That will show for all videos, but if that works, you can then also use the PHP code box (bottom one) to add a check for a specific video ID, like so:
<?php $videoId = JRequest::getInt('id');
if ($videoId == 3)
 return true;
else
 return false;
?>

The code above get's the Videos' ID from Joomla, which is decoded from the URL. You may need to disable SEF URLs temporarily, and make sure the URL has a parameter id, and that it's not videoid or something. Then, with that id, we're checking if it's the id for video 3 (I made that up), and if so, we return true, which tells Advanced Module Manager to show the module.

Hope that helps, and as always, good luck!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 11 months ago #11181 by Denev
Unfortunately it didn't work. This player bringed me a headache!
Alex, thank you though!
The topic has been locked.
Support Specialist
14 years 11 months ago #11191 by alzander
Denev,
I just logged into your site, and got the one module you were playing with working. You should be able to copy that module and simply replace the ID of the video in the very bottom PHP section as well as the Open Graph tags for the new video. With that you should be good to go.

One thing to note, when setting these up, I'd recommend either disabling Cache in the Global Configuration area or using the Tools->Clean Cache function. When caching is enabled, you won't see your changes immediately, and may have been part of the problem when trying to configure it before.

Once you've got things setup how you want, re-enable caching.

Hope that helps, and best of luck to you!
The topic has been locked.
Active Subscriptions:

None
14 years 11 months ago #11280 by Denev
Alex,
Thank you !!! Finaly it's working. I turned off the cache and clean it but the changes still doesn't show immediately
Kiril
The topic has been locked.
Support Specialist
14 years 11 months ago #11284 by alzander
If you're saying it doesn't show up in Facebook, that's expected. You'll need to get them another 24-72 hours per page, or use the linter tool to re-scan individual pages (good to spot check at least that changes are taking place):
developers.facebook.com/tools/lint

Glad to hear you're moving now, and best of luck to you and your site!
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 11 months ago #11308 by Denev
Thank you. You save my site. I wish all the best to you and your business!
The topic has been locked.