Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have added the macro Like Button to page. But I can't see the like button or anything.
Could you please assist
<umbraco:Macro FacebookPageUrl="http://mywebpage.com/default.aspx" PluginWidth="400" PluginHeight="200" Layout="standard" ShowFaces="0" Action="like" Font="arial" ColorScheme="light" Ref="" IncludeScript="1" Alias="NWSFacebookLikeButton" runat="server"></umbraco:Macro>
Regards Kristian
Hi Kristian,
How do the source of the page look like when you run the page? Do you get any javascript errors?
If I paste your Macro code in a template it works fine for me. It outputs the following:
<script src="/scripts/NWS/FacebookSocialPlugins.js" type="text/javascript"></script> <div id="NWS_38125e86" class="NWS_FacebookLikeButton"></div><script type="text/javascript"> NWS_Obj = new Array(); NWS_Obj[0] = 'http://www.facebook.com/plugins/like.php?locale=sv-SE&href=http://mywebpage.com/default.aspx&width=400&layout=standard&font=arial&show_faces=False&colorscheme=light&action=like&ref=&height=40'; NWS_Obj[1] = 'NWS_38125e86'; NWS_Obj[2] = 40; NWS_Obj[3] = 400; NWS_ALL[NWS_ALL.length] = NWS_Obj;</script>
Do you have the "/scripts/NWS/FacebookSocialPlugins.js" also you need a
<form id ="form1" runat="server"></form>
on your page.
Please come back if you solve it or if you have any other questions.
/Jonathan
You can also paste
<script src="/scripts/NWS/FacebookSocialPlugins.js" type="text/javascript"></script>
in your page head if you do not want the form tags...
/J
Thanks... I forgot to add the script file as I was working with a new Master.
Now it worked fine!
Thx again!
Hi Jonathan
Is this package still applicable after the recent Facebook API changes?
regards.
alex
It seems, that I can't run it?
How can I get in into the template page.
is there a description?
Hello Jonathan
I have some question regarding this package can you please revert back to me
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Like button doesn't appear
Hi,
I have added the macro Like Button to page. But I can't see the like button or anything.
Could you please assist
<umbraco:Macro FacebookPageUrl="http://mywebpage.com/default.aspx" PluginWidth="400" PluginHeight="200" Layout="standard" ShowFaces="0" Action="like" Font="arial" ColorScheme="light" Ref="" IncludeScript="1" Alias="NWSFacebookLikeButton" runat="server"></umbraco:Macro>
Regards Kristian
Hi Kristian,
How do the source of the page look like when you run the page? Do you get any javascript errors?
If I paste your Macro code in a template it works fine for me. It outputs the following:
Do you have the "/scripts/NWS/FacebookSocialPlugins.js" also you need a
on your page.
Please come back if you solve it or if you have any other questions.
/Jonathan
You can also paste
in your page head if you do not want the form tags...
/J
Thanks... I forgot to add the script file as I was working with a new Master.
Now it worked fine!
Thx again!
Regards Kristian
Hi Jonathan
Is this package still applicable after the recent Facebook API changes?
regards.
alex
Hi,
It seems, that I can't run it?
How can I get in into the template page.
is there a description?
Hello Jonathan
I have some question regarding this package can you please revert back to me
is working on a reply...