socialmediahero
Registered Member
- Feb 20, 2013
- 68
- 14
Hello all BHW members. I would like to share my method on how i post multiple Links on Facebook without getting blocked or being marked as spam. I'm using this method for more than a year and still working. It is actually a simple redirect script that I'm using to post my affiliate links on fb.
What do we need:
Blogspot account(you can register here www(.)Blogger dot com or you can use your gmail account if you have one)
The Link you want to be the landing page
this code
Instructions:
1. After logging in to Blogger create a "new blog"
2. Create a blog Title and Address in the text box(Make sure that the blog title and address is relevant to the link you want to redirect)
3. For template choose "Simple". Click Create blog.
4. After Creating the blog click the "More option arrow(its the arrow down button)" then choose "Template".
5. Click "Edit HTML" and a dialog box will pop up.
6. Clear all the codes and paste the code above.
7. In this line <meta content='2;url=MYURL' http-equiv='refresh'/>. Replace the "MYURL" with your Link.
8. In this line [CDATA[<img src="IMGURL">]. Replace the "IMGURL" with your desired image URL. This will be the thumbnail of your link once you posted it on FB
9. Click "Save Template" and close. Done!
You can now start posting your Blog address on FB and when user will click it, they will be redirected to your page.
What do we need:
Blogspot account(you can register here www(.)Blogger dot com or you can use your gmail account if you have one)
The Link you want to be the landing page
this code
Code:
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <meta content='I E=EmulateIE7' http-equiv='X-UA-Compatible'/> <b:if cond='data:blog.isMobile'> <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/> <b:else/> <meta content='width=1100' name='viewport'/> </b:if> <b:include data='blog' name='all-head-content'/>
<meta content='2;url=MYURL' http-equiv='refresh'/><title/>
<b:skin><![CDATA[<img src="IMGURL">]]></b:skin> <b:template-skin> </b:template-skin> </head> <body bgcolor='black'>
<b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
<b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'/>
</b:section>
</body> </html>
Instructions:
1. After logging in to Blogger create a "new blog"
2. Create a blog Title and Address in the text box(Make sure that the blog title and address is relevant to the link you want to redirect)
3. For template choose "Simple". Click Create blog.
4. After Creating the blog click the "More option arrow(its the arrow down button)" then choose "Template".
5. Click "Edit HTML" and a dialog box will pop up.
6. Clear all the codes and paste the code above.
7. In this line <meta content='2;url=MYURL' http-equiv='refresh'/>. Replace the "MYURL" with your Link.
8. In this line [CDATA[<img src="IMGURL">]. Replace the "IMGURL" with your desired image URL. This will be the thumbnail of your link once you posted it on FB
9. Click "Save Template" and close. Done!
You can now start posting your Blog address on FB and when user will click it, they will be redirected to your page.