Facebook Like Box - Page 2 - Post ID...

User 598032 Photo


Registered User
12 posts

Getting closer Eric. Since the string is a link it must be embedded in the Facebook thumbs up image on a page to work. However, when the button image is clicked on, the viewer is taken to another page where the LIKE Box appears all by its lonely self.

http://www.beaconinspectionservices.com/LikeBoxTest.html

Tested in both IE and FF. Same result.
User 598032 Photo


Registered User
12 posts

Tried some other options today. I inserted the "my-site" version and the "my-page" version from above in this thread. Then added the "try this" version. The only one that remotely worked is the my-site version. Again, using IE and FF.
User 598032 Photo


Registered User
12 posts

I now discovered that inserting the "LIKE" code into my page causes everything AFTER the code to disappear! Remove the code and the text or images return. Getting very frustrated! Social media is a big deal now and being able to offer links to the various sites is extremely important.
User 251754 Photo


Registered User
178 posts

Hi Robert ...

Do I have on this page what you are after, at the bottom (I'm learning stuff as well)
http://www.steveonline.info/animatedsignatures.html

This is the coding I have used... I think it works




personalised to me obviously , but I have this

HEADER OF HTML BOX
<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_GB/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

BODY OF HTML BOX
<div class="fb-like" data-send="true" data-width="450" data-show-faces="true" data-font="tahoma"></div>
User 38401 Photo


Senior Advisor
10,951 posts

Hiya Robert,

Most likely if things are disappearing it's because you don't have the tags inserted correctly or haven't closed some that need to be. check your code and also Steve's idea there too to make sure it's setup correctly :)
User 187934 Photo


Senior Advisor
20,271 posts

Missing iframe end tag in the facebook code. </iframe>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2277531 Photo


Registered User
27 posts

I'm having problems as well adding the like button to my website using VSD, Since Facebook did their update. The new code they gave is:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FFossilRidgeAnimalHospital&amp;width=90&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=recommend&amp;show_faces=false&amp;send=false&amp;appId=384201941648818" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>

I put it in the HTML body section and publish nothing happens?
User 187934 Photo


Senior Advisor
20,271 posts

Did you look at your site after publishing?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2277531 Photo


Registered User
27 posts

Yes I have refreshed a few times now. There should be a box counter under the like us on facebook text: http://www.fossilridgeah.com/information.html
User 187934 Photo


Senior Advisor
20,271 posts

I see the recommend button.;)
Try this.
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FFossilRidgeAnimalHospital&amp;width=90&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=recommend&amp;show_faces=false&amp;send=false&amp;appId=384201941648818" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.