uCoz Community Archives Locked How to add a Facebook like button on your Ucoz Site (Tutorial) |
How to add a Facebook like button on your Ucoz Site |
seems my entry was edited abit but no problemmo!
@Blazer here is how it should be Edited by:$EDITEDBY$+(the code you got from the link above) deleting edited by will make important info like Quote Message edited by Username300 - Tuesday, 2011-05-24, 4:41 PM to disappear. about the messed up page i think Animorph has given the best way out. however if you had backed up your template( ironicaly that is one of the things the mod who edited the post deleted) you could easily go back and restore the saved template with no worries. any way best of luck |
raso, I answered you here:
http://forum.ucoz.com/forum/25-13747-1#79090 To busy building a passive income online ;)
|
We are uCoz support forum not newbie guide.
Linkable images: http://forum.ucoz.com/forum/36-8596-1 As for 'where', provide a screen-shot. [... With uCoz since December 2 2007 ...]
|
I have a problem with this button
1. The image on my entries are not displayed 2. The description is not displayed I put the Like button in Appearance of entries in file catalog Code <iframe src="http://www.facebook.com/plugins/like.php?app_id=119587638141083&href=$ENTRY_URL$&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> And the meta tags on a global block Code <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"> <head> <meta property="og:title" content="$TITLE$" /> <meta property="og:type" content="song,movie,game,product" /> <meta property="og:url" content="$ENTRY_URL$" /> <meta property="og:image" content="$SCREEN_URL$" /> <meta property="og:site_name" content="$SITE_NAME$" /> <meta property="fb:admins" content="styiks,adytzu1_vl01" /> <meta property="og:description" content="$MESSAGE$"/> </head></html> I tried to put a link to any image, but nothing works :( The result is this Added (2011-09-04, 3:42 PM) Added (2011-09-19, 10:09 Am) Attachments:
7913732.jpg
(13.1 Kb)
Post edited by adytzu1_vl01 - Saturday, 2011-09-03, 6:42 PM
|
Try Agine
First Vist http://developers.facebook.com/docs/reference/plugins/like/ Then If It Not Work Go To Support http://developers.facebook.com/support/ |
Hi, i have a problem. I undestand how to put a like box on your website, but (the problem) HOW CAN I PUT A LIKE BOX FOR EVERY ARTICLE , but to be different, meaning.. a like box for each article.. not a one box for all. and just put a replace... undestand.. NOW, can I do that ??? AND HOW ?
PLeasee help me... UCOZ Respect! Post edited by KeKeGeNKaY - Tuesday, 2011-10-25, 2:33 PM
|
Not working, i doing that and is appeare how you sayd, but is the same like box avery time.. and when I put the buttom it's puting all..not for an article ... Another idea ? .. SOryy
|
KeKeGeNKaY,
1.Include the JavaScript SDK on your page once, for example at the top part of the website: Code <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> Code <div class="fb-like" data-href="$ENTRY_URL$" data-send="false" data-layout="button_count" data-width="450" data-show-faces="true"></div> |
Now it's work.. thanks a lot.
UCOZ Respect! |
| |||