Tampilkan postingan dengan label Facebook. Tampilkan semua postingan
Tampilkan postingan dengan label Facebook. Tampilkan semua postingan
Kamis, 12 September 2013
Perlukah Jasa Update Status Mengelola Facebook Fanpage ?
Jasa Update Status Mengelola Facebook FanpagePerlukah Jasa Update Status Mengelola Facebook Fanpage ? adalah sebuah pertanyaan yang sungguh perlu dan harus memiliki jawaban bagi setiap admin fanpage dari facebook, sebelum kita menjawab pertanyaan tadi maka saya akan membawa anda ke dalam pemahaman facebook fanpage. Siapa yang tidak kenal dengan Facebook, sebuah website yang termasuk dalam
Minggu, 26 Mei 2013
How To Add Social Media Icons to Blogger Header
You can see a demo in this test blog.
Adding Social Media Icons to Blogger Header
Step 1. From your Blogger dashboard, go to Template and click on the Edit HTML button:Step 2. To expand the style, click on the small arrow on the left of <b:skin>...</b:skin> (screenshot 1), then click anywhere inside the code area to search (using CTRL + F) for the ]]></b:skin> tag (screenshot 2) and add this code just above it:
/* Social icons for Blogger
----------------------------------------------- */
#social-icons {
margin-bottom:-30px;
height:50px;
width:100%;
display:block;
clear:both;
z-index: 2;
position: relative;
}
.social-media-icons {
display:table
}
.social-media-icons ul {
text-align:right;
padding:5px 5px 0 0
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.social-media-icons ul {
margin-bottom:0;
padding:0;
float:right;
}
.social-media-icons li.media_icon {
margin-left:6px;
padding-left:0 !important;
background:none !important;
display:inline;
float:left;
}
.social-media-icons li:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(-360deg);
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
Screenshot 1:
Screenshot 2:
Step 3. Now search for this line
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Step 4. And just above it, add this code:
<div class='social-media-icons' id='social-icons'>
<ul>
<li class='media_icon'><a href='http://facebook.com/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmRLTtEJIvNqijGnLq0bNnxkueTatRma8kro2NKnHCow6ewZBqqdBI7NM2O7ZXwsXQJsIsFv5HEUxE4hO2trL_iXWUjl75dUHoMZldBzicOcPDcPpxbxiB1_xgXBBgXbCIQJLiA8OYDqQ/s1600/Facebook.png'/></a></li>
<li class='media_icon'><a href='http://twitter.com/#!/username'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnvwj_E_sqN7FL72YwUZRORbglQ3UkopjUI_6OpiBrIqnyaiUk6dlLtzlBr-hxfXs6T3Y5mpFGdynx9XfwIeTprdt17BPAK6bH_zgbTbX5w2g43kZWbRfNWAfMWmuDQUX3qKAVmcLSgVU/s1600/Twitter.png'/></a></li>
<li class='media_icon'><a href='https://plus.google.com/XXXXXXXXXXXXXXXXXX/about'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDC61V3FqvC_NUzz9JpGds5K1iS-w-vApUzqXih5AilaoMeEgKtDNUgRxIOUJu7Ldj6qHgzSWaSifcO0uDVpSwxxP1ndpGg2s0wD0FPCWTlfUrMu8swDHJEXcc0x1cga9o0Odp4qh8VYw/s1600/googleplus.png'/></a></li>
<li class='media_icon'><a href='http://name-of-your-blog.com/feeds/posts/default'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCk31nZWb8alvlM2XnSrnhyWTfyEj3Zg5lz80BSd78x7sSUo6sxpJY2yI4P7RdhhFCftjgudK8WDShAYXdTyPQ8yRwin6IMARwrSNWMyqFS0YvPq7Fp6Z6fdxXOlFT5ZJ9TpsniKLIxzo/s1600/RSS.png'/></a></li>
</ul></div>
Customization
- Change what's in red with your usernames and id: the first is your Facebook username, the second is that of Twitter, in the third you should change the X by the ID of your Google+ profile and in the fourth you will put the name of your blog.
- To change the icons, just replace the urls in blue with the ones of your images.
- You can add more icons if you want, you just have to add before </ul></div> a line like this for each extra icon you want:
<li class='media_icon'><a href='Link URL'><img border='0' src='Image URL'/></a></li>
Step 5. Finally, Save the Template to apply the changes.
The effect is done with CSS3, so this effect will not work in older browsers.
Jumat, 06 April 2012
Add Static Facebook Pop Out Like Box with Smooth Jquery Hover Effect
In this tutorial i will show you how to add a cool floating Facebook like widget for Blogger that slides to the left on mouseover. Demo: You can see a static facebook badge at the right side of this blog
Adding Static Facebook Like widget on blogger
Just follow the steps:
1. Log in to your Blogger Dashboard, go to Design >> Edit HTML
2. Check the "Expand Widget Templates" box
3. Search (CTRL + F) for this tag:
4. Add the following code just before/above </head> tag:
5. Save the Template.
6. Now go to Design >> Page Elements >> Add a new Gadget >> Choose HTML/JavaScript and in the HTML box, paste the code below:
7. Replace YOUR-FACEBOOK-PAGE text above with the URL of your facebook fan page.
Also replace the : symbol in your URL with %3A and / with %2F
For example, my facebook fan page is:
http://www.facebook.com/pages/Helplogger/120574614736021
After replacing the characters above, your facebook fan page should look like this:
http%3A%2F%2Fwww.facebook.com%2Fpages%2FHelplogger%2F120574614736021
Other settings (optional):
- to change the width and height of the facebook box, change the bolded values (250)
- to change the background color of the facebook fan box, replace #FFFFFF with the hex code of your color (you can choose it from here)
- if you want to change the color of the facebook badge (facebook button) replace this code #3B5998
with your own.
8. Now you can save your widget. Enjoy!
Credit goes to Harish (way2blogging)
Adding Static Facebook Like widget on blogger
Just follow the steps:
1. Log in to your Blogger Dashboard, go to Design >> Edit HTML
2. Check the "Expand Widget Templates" box
3. Search (CTRL + F) for this tag:
</head>
4. Add the following code just before/above </head> tag:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
5. Save the Template.
6. Now go to Design >> Page Elements >> Add a new Gadget >> Choose HTML/JavaScript and in the HTML box, paste the code below:
<style type="text/css">
/*<![CDATA[*/
#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}
.fbplbadge {background-color:#3B5998;display: block;height: 150px;top: 50%;margin-top: -75px;position: absolute;left: -47px;width: 47px;background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaY4HT1Xms_bd_pRN8NYpxwrctA62iU060QI2nlttvbtyCaJvr22FZaSlBhtgcLOUjPwML6xTPNCu-gIhYOLTF5KrqStcClH3Eri6a-I433PyXa3KIlacJieTP5239caEde1AuPHlRDEM/s1600/vertical-right.png");background-repeat: no-repeat;overflow: hidden;-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
/*]]>*/
</style>
<script type="text/javascript">
/*<![CDATA[*/
(function(w2b){
w2b(document).ready(function(){
var $dur = "medium"; // Duration of Animation
w2b("#fbplikebox").css({right: -250, "top" : 100 })
w2b("#fbplikebox").hover(function () {
w2b(this).stop().animate({
right: 0
}, $dur);
}, function () {
w2b(this).stop().animate({
right: -250
}, $dur);
});
w2b("#fbplikebox").show();
});
})(jQuery);
/*]]>*/
</script>
<div id="fbplikebox" style="display:none;">
<div class="fbplbadge"></div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=YOUR-FACEBOOK-PAGE&width=250&height=250&colorscheme=light&show_faces=true&border_color=%23C4C4C4&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:250px;background:#FFFFFF;" allowtransparency="true"></iframe>
</div>
7. Replace YOUR-FACEBOOK-PAGE text above with the URL of your facebook fan page.
Also replace the : symbol in your URL with %3A and / with %2F
For example, my facebook fan page is:
http://www.facebook.com/pages/Helplogger/120574614736021
After replacing the characters above, your facebook fan page should look like this:
http%3A%2F%2Fwww.facebook.com%2Fpages%2FHelplogger%2F120574614736021
Other settings (optional):
- to change the width and height of the facebook box, change the bolded values (250)
- to change the background color of the facebook fan box, replace #FFFFFF with the hex code of your color (you can choose it from here)
- if you want to change the color of the facebook badge (facebook button) replace this code #3B5998
with your own.
8. Now you can save your widget. Enjoy!
Credit goes to Harish (way2blogging)
Sabtu, 17 Maret 2012
Add Facebook Like Button Below Post Titles
This Facebook Like button allow users to Like your post and share it to their Facebook friends. If you want to add the Facebook Like Button below your blogger post title, then follow these steps:
Adding Facebook Like Button Below Post Titles
Step 1. Go To Blogger Dashboard > Template > Edit HTML (click on Proceed if needed)Screenshot
Step 2. Click anywhere inside the code area and search - using CTRL + F keys - for this piece of code:
<data:post.body/>Note: you might find it more than 3 times, stop to the 2nd one (or 3rd one in case it wont show up after applying the code from step 3)
Step 3. Just above it, paste this code:
<p><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=button_count&show_faces=false&width=100& action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:20px;'/></p>
Screenshot
Step 4. Save your template and you are done!
For any questions you may have, please leave a comment below!
Senin, 12 Maret 2012
How to add Facebook Like/Fan Box to Blogger
A Facebook Fan Box or Like Box is a great plugin that allows blog visitors to subscribe to your blog updates via their Facebook accounts, without leaving your blog. After subscribing (by pressing like button), visitors will receive your most recent blog updates on their Facebook page. This box also displays faces of the "likers" on your blog. Before creating a fan box you should already have a facebook fan page. If you haven't yet created, click here to learn How to Create a Facebook Fan Page.
Add Facebook Like Box to Blogger
1. Find out your Facebook fan page URL by visiting your Facebook fan page and copy the url in the address bar, you can see how your url should look like in my screenshot:
2. Then visit this page: http://developers.facebook.com/docs/reference/plugins/like-box
3. Paste your url into the Facebook Page URL field as it is shown below:
4. Once you are satisfied with the looks of the Like Box, click on the "Get Code" button
5. You'll be given two codes, titled HTML 5, XFBML and IFRAME. You only need the iframe code.
Select it and copy the code generated for your box as it is shown in the example below:
6. Then go to your Blogger Dashboard > Layout > click on the Add a Gadget link
7. From the pop-up window, scroll down and select HTML/JavaScript
8. Paste the code in the empty HTML box.
9. Click Save and you're done.
Add Facebook Like Box to Blogger
1. Find out your Facebook fan page URL by visiting your Facebook fan page and copy the url in the address bar, you can see how your url should look like in my screenshot:
2. Then visit this page: http://developers.facebook.com/docs/reference/plugins/like-box
3. Paste your url into the Facebook Page URL field as it is shown below:
4. Once you are satisfied with the looks of the Like Box, click on the "Get Code" button
5. You'll be given two codes, titled HTML 5, XFBML and IFRAME. You only need the iframe code.
Select it and copy the code generated for your box as it is shown in the example below:
6. Then go to your Blogger Dashboard > Layout > click on the Add a Gadget link
7. From the pop-up window, scroll down and select HTML/JavaScript
8. Paste the code in the empty HTML box.
9. Click Save and you're done.
Jumat, 09 Maret 2012
How to create a Facebook Fan Page for your Blog
What is a Facebook Page?
Sometimes referred to as a "Fan Page," a Facebook page is a single page where you can share & talk about any particular subject you want: a celebrity, a blog or whatever your heart desires. Think of it as a one-page meeting place, with information, links, a message forum box, RSS and anything else you want.
Want to promote your blog? Then Facebook is one of the best choices when it comes about Social Networking Sites. To see how a Facebook Fan Page looks like, please visit my Facebook Fan Page.
Create a Facebook Fan Page for your blog.
Step 1. Go to the Create Fan Page Link on Facebook and select Brand or Product
Search for "Website" in the drop down list and provide the Page name (e.g., name of your blog) in the next box. Check the "I agree to Facebook Pages Terms" box, then click on the "Get Started" button.
Step 2. You will be transferred to the next page - here you can "Upload an Image" for your Fan Page or Skip to upload it later. Browse for your image clicking on the "Upload from computer" link:
Step 3. Enter your site/blog description and the url address. These informations will appear on your Facebook page. After you have finished, click "Save info".
Step 4. Now you are transferred to your new Facebook Fan Page. To "Manage" your information, click on the "Manage" Button at top right corner of the page.
Get a Shorter Facebook Fan Page URL
Your Fan Page URL will look something like:
http://www.facebook.com/pages/Helplogger/120574614736021
Now, if you have minimum 25 fans, you the possibility to shorten your facebook URL, to look something like this: http://www.facebook.com/helplogger
For this, go to http://www.facebook.com/username/ and click on set a username for your pages.
There you can select the username for your fan page. Be careful when you choose your Facebook Fan Page Username because you can't change it back afterwards.
Use RSS Graffiti Application to share your most recent blog posts
If you want to automatically add your blog posts to Facebook, then use the RSS Graffiti Application.
Steps:
2. once authorized, you will see a list of your fan pages on the left: click on the Fan Page Name
For example, if your blog is http://yourblog.blogspot.com, then your feed URL will be http://yourblog.blogspot.com/rss.xml
Click the link which says "click here to fetch and preview" and see if its grabbing your blog feed. (if it's not grabbing your feed, then check if you have enabled the blog feeds. If your blog is not hosted on blogger, then your feed url will be different.)
5. After you have added your blog feed, go to the Filter Tab and click on the Change link next to the "Cut-off date/time". Choose the latest posts of your blog from the drop down and click on the Save button.
You don't need to worry if your posts don't appear immediately on your Facebook Fan Page Wall, there might be some delay in the wall getting updated, as RSS Graffiti checks the feed for new entries at regular time intervals.
Sometimes referred to as a "Fan Page," a Facebook page is a single page where you can share & talk about any particular subject you want: a celebrity, a blog or whatever your heart desires. Think of it as a one-page meeting place, with information, links, a message forum box, RSS and anything else you want.
Want to promote your blog? Then Facebook is one of the best choices when it comes about Social Networking Sites. To see how a Facebook Fan Page looks like, please visit my Facebook Fan Page.
Create a Facebook Fan Page for your blog.
Step 1. Go to the Create Fan Page Link on Facebook and select Brand or Product
Search for "Website" in the drop down list and provide the Page name (e.g., name of your blog) in the next box. Check the "I agree to Facebook Pages Terms" box, then click on the "Get Started" button.
Step 2. You will be transferred to the next page - here you can "Upload an Image" for your Fan Page or Skip to upload it later. Browse for your image clicking on the "Upload from computer" link:
Step 3. Enter your site/blog description and the url address. These informations will appear on your Facebook page. After you have finished, click "Save info".
Step 4. Now you are transferred to your new Facebook Fan Page. To "Manage" your information, click on the "Manage" Button at top right corner of the page.
Get a Shorter Facebook Fan Page URL
Your Fan Page URL will look something like:
http://www.facebook.com/pages/Helplogger/120574614736021
Now, if you have minimum 25 fans, you the possibility to shorten your facebook URL, to look something like this: http://www.facebook.com/helplogger
For this, go to http://www.facebook.com/username/ and click on set a username for your pages.
There you can select the username for your fan page. Be careful when you choose your Facebook Fan Page Username because you can't change it back afterwards.
Use RSS Graffiti Application to share your most recent blog posts
If you want to automatically add your blog posts to Facebook, then use the RSS Graffiti Application.
Steps:
1. go to http://apps.facebook.com/rssgraffiti/ and authorize RSS Graffiti: click on the "Click here to authorize RSS Graffiti" button.
3. authorize RSS Graffiti to access your fan page: click on "Click to authorize" button.
4. Click on the Add Feed Button, and enter your feed url.For example, if your blog is http://yourblog.blogspot.com, then your feed URL will be http://yourblog.blogspot.com/rss.xml
Click the link which says "click here to fetch and preview" and see if its grabbing your blog feed. (if it's not grabbing your feed, then check if you have enabled the blog feeds. If your blog is not hosted on blogger, then your feed url will be different.)
5. After you have added your blog feed, go to the Filter Tab and click on the Change link next to the "Cut-off date/time". Choose the latest posts of your blog from the drop down and click on the Save button.
You don't need to worry if your posts don't appear immediately on your Facebook Fan Page Wall, there might be some delay in the wall getting updated, as RSS Graffiti checks the feed for new entries at regular time intervals.
Langganan:
Postingan (Atom)



















