Andy Millne Posted May 22, 2010 Posted May 22, 2010 It's a great shame people can't like topics in private forums not available to guests. Is there no way of treating Facebook as a member to allow the pingback?
Andy Millne Posted May 22, 2010 Author Posted May 22, 2010 Yeah working a treat, I'm fully facebook integrated. Just trying to find other places around the site to put the like plugin. I'm thinking gallery images could be a good one.
Painted Horse Posted May 22, 2010 Posted May 22, 2010 Yeah working a treat, I'm fully facebook integrated. Just trying to find other places around the site to put the like plugin. I'm thinking gallery images could be a good one. I haven't tried. Is it not in Gallery and blogs already? If not, let me know how you accomplish it because I'd like to add mine to the same places.
Andy Millne Posted May 22, 2010 Author Posted May 22, 2010 May already be in gallery I haven't checked yet. If not just add this... <!-- Facebook Like --> <div style='float:left;margin-bottom:6px;'><fb:like href="{$this->registry->getClass('output')->fetchRootDocUrl()}" layout="standard" show_faces="false" width="450" action="like" colorscheme="light" /></div> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: '{$this->settings['fbc_appid']}', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); </script> <!-- End Facebook Like -->
Andy Millne Posted May 22, 2010 Author Posted May 22, 2010 It's not included in gallery but would make an obvious feature request I think.
Painted Horse Posted May 22, 2010 Posted May 22, 2010 It's not included in gallery but would make an obvious feature request I think. Agreed. Which template did you add that to for the Gallery? I see several under Look&Feel. (same for blogs)
Andy Millne Posted May 22, 2010 Author Posted May 22, 2010 Agreed. I haven't added it yet. I can't find the template for the "Like this image" section where I want to add it. I've found the share links but not the other expandable bit.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.