Adding a Facebook Share Button in top of the Album View in Gallery 1.5.10
X-Korpio
![]()
Joined: 2002-08-15
Posts: 18 |
![]() |
|||
Hi all, here is a simple hack that will allow you to add a Facebook Share button in top of your images in your albums Adding this simple line: Quote:
<p style="text-align: right;"><a name="fb_share" type="button" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script> </p> In line 472 in the view_album.php file it will add the button, the code should look like so: Quote:
<!-- image grid table --> Here is a demo: http://pichissound.enteratenorte.com/fotos/xvandrea It doesnt matter the skin you are using ;) I attact my view_album.php file in this post, just download, rename from view_album.php_.txt to view_album.php and upload to your gallery root folder :D
|
||||
bwooster
Joined: 2002-10-23
Posts: 16 |
![]() |
|||
Anyone have a good method to do this for the latest 1.6 RC3 code? And for a general share button, such as from addthis? Example snippet: |
||||