Hi I am running version 6.1.6 of dolphin.
Ffacebook lets you add a "like" button to anywhere on your site.
This is where you add the code for each like button:
(http://developers.facebook.com/docs/reference/plugins/like)
Anyway you have to enter the URL for each and every item into that form which can be long and laborious.
This is typical of the code you receive(to put in a html widget):
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http://www.free-mobile-content.com/photo/gallery/Angry-Birds-Wallpaper-Blackberry-Bold-BB-"></fb:like>
You can see my url in there..
what I want to know is: Can I edit a file somewhere inside dolphin so that the "like" button is hard coded in under or on top of each image/item etc that is added?
It would have to be hard coded in some way so that the varibale for post title, site url etc are already coded in.
Can anyone give me any advice on this?
I imagine Ill need to know from you:
which files I should edit.. then
I assume Ill be putting code in, something along the lines of:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="$siteurl/$photo/$gallery/$post-title"></fb:like>
This is my "understanding" - but Id appreciate a programmer helping me out with this as Ive got a lot of content on my site I think people may like.
So which files do I need to look at, plus what is the "actual" url to each file (in terms of variables) - this would be awesome if I could get this done.
Thanks
shaun