Showing posts with label domain. Show all posts
Showing posts with label domain. Show all posts

Sunday, January 6, 2013

How to display reccomendations via Facebook

One of the easiest ways to get users to visit another page on your site is to recommend pages they will like. One of the easiest ways is to display a Recommendations box with Facebook. But, to add like buttons to other hosts is easy.
To add the recommendations box to your site, navigate to developers.facebook.com/docs/reference/plugins/recommendations/ and fill in the  box. You can customize it easily. Put the Facebook Javascript SDK in your <head> tags;
<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>

Then paste the box code into the place where you want it to appear: 

<div class="fb-recommendations" data-site="http://sethsdiscoveries.blogspot.com" data-width="300" data-height="300" data-header="false" data-font="trebuchet ms"></div>

Monday, September 24, 2012

How to creat your own free .tk domain

Domains are your name on the Internet. Domains cost money. Domains need all sorts of configurations. Domains are hard. So why not get a free hosted site at somewhere like webs.com, yola.com or sites.google.com? Yes but, yoursite.webs.com is not as professional sounding as yoursite.com or yoursite.tk. So here's how to creat your own .tk domain. 
Navigate to http://dot.tk. Go to "login to my .tk" .
Log in with the account you want. I'll use Google. Its an easy step by step registration. Select 12 months or what you want, set your domain to redirecting to your URL and you are set!