This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Facebook Like Button help with Dreamweaver CS5?
04-28-2014, 04:51 AM
Post: #2
 
<!-- Facebook information -->
<meta property="og:description" content="Your slogan" />
<meta property="og:title" content="Your Title" />
<meta property="og:type" content="company" />
<meta property="og:url" content="Your business URL.html" />
<meta property="og:image" content="http://www.Your domain.com/img/logo.jpg" />
In your head section:

<meta property="og:site_name" content="Business title" />
<meta property="fb:admins" content="your #" />
<meta property="og:street-address" content="address" />
<meta property="og:locality" content="city" />
<meta property="og:region" content="state" />
<meta property="og:postal-code" content="zip" />
<meta property="og:country-name" content="USA" />
<meta property="og:email" content="email" />
<meta property="og:phone_number" content="phone #" />

in your page, preferrably tucked into its own td:

<div id="fb-root"></div><script src="http://connect.facebook.net/the URL;xfbml=1" type="application/javascript"></script><fb:like href="http://www.the URL.html" send="true" layout="button_count" width="100" show_faces="true" font=""></fb:like>

Facebook should be able to generate the meta tags for your head section and the javascript for your body section. Make sure you get those META tags. It sounds like you already got the javascript.

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Neuropsych - 04-28-2014 04:51 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)