Posting Link on FB using Blogspot Redirects.

socialmediahero

Registered Member
Joined
Feb 20, 2013
Messages
68
Reaction score
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
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. :cool:
 
I have put external image url and thumbnail doesn't work ...only url its appear.Please clear how do it thumbnail working
 
Not working, it's just keep refreshing, but still on the same page.
 
Not working, it's just keep refreshing, but still on the same page.
It's working mate, just check the URL.
I have put external image url and thumbnail doesn't work ...only url its appear.Please clear how do it thumbnail working
What kind of file extensions are you using mate? is it sampleimageurl.jpg?
redirect working, but not getting the image preview...
Have you tried using another image URL?
 
did you ever notice some types of auto redirect would get your blog instantly banned when you submit the new code?

when i was doing multiple blogspot redirects last year, they would be fine, until i added a javascript redirect or a meta refresh. Then they would get canned instantly.

just wondering if you had noticed the same?
 
did you ever notice some types of auto redirect would get your blog instantly banned when you submit the new code?

when i was doing multiple blogspot redirects last year, they would be fine, until i added a javascript redirect or a meta refresh. Then they would get canned instantly.

just wondering if you had noticed the same?

So far i did not experienced my blogspots getting banned or canned. I had put a meta delay which is 2 seconds atleast load the page then redirect it.
 
from my experience blogger instabans me when i use a metarefresh. So now I use a java script redirect instead and it works fine. I am sure you can combine the JavaScript redirect plus the rest of your code to make it work too.

javascript redirect:
Code:
<script type="text/javascript">
current_url = document.URL
if(location.href == current_url) location.replace('YOUR-SITE-HERE');
</script>
 
from my experience blogger instabans me when i use a metarefresh. So now I use a java script redirect instead and it works fine. I am sure you can combine the JavaScript redirect plus the rest of your code to make it work too.

javascript redirect:
Code:
<script type="text/javascript">
current_url = document.URL
if(location.href == current_url) location.replace('YOUR-SITE-HERE');
</script>
Yep! That would be fine.
 
from my experience blogger instabans me when i use a metarefresh. So now I use a java script redirect instead and it works fine. I am sure you can combine the JavaScript redirect plus the rest of your code to make it work too.

javascript redirect:
Code:
<script type="text/javascript">
current_url = document.URL
if(location.href == current_url) location.replace('YOUR-SITE-HERE');
</script>

If you really want to fuck with them and make it impossible to track your code, you can do a little trick i use when i have facebook viral scripts that i dont want copied by 2000 people in a day.

First take your javascript, and copy everything inside your <script> tags and paste it into this Javascript Obfuscator, it will change the code

From
Code:
current_url = document.URL if(location.href == current_url) location.replace('http://google.com');

To
Code:
var _0x4a43=["\x55\x52\x4C","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x6F\x67\x6C\x65\x2E\x63\x6F\x6D","\x72\x65\x70\x6C\x61\x63\x65"];current_url=document[_0x4a43[0]];if(location[_0x4a43[1]]==current_url){location[_0x4a43[3]](_0x4a43[2]);} ;

Then take that code over to this Javascript Compressor, it will change the code. Make sure you tick the 2 tick boxes called "Base62 encode" and "Shrink Variables"

From
Code:
var _0x4a43=["\x55\x52\x4C","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x6F\x67\x6C\x65\x2E\x63\x6F\x6D","\x72\x65\x70\x6C\x61\x63\x65"];current_url=document[_0x4a43[0]];if(location[_0x4a43[1]]==current_url){location[_0x4a43[3]](_0x4a43[2]);} ;

To
Code:
eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h 4=["\\i\\j\\k","\\7\\8\\5\\l","\\7\\9\\9\\a\\m\\b\\b\\c\\6\\6\\c\\d\\5\\n\\e\\6\\o","\\8\\5\\a\\d\\p\\e\\5"];f=q[4[0]];r(g[4[1]]==f){g[4[3]](4[2])};',28,28,'||||_0x4a43|x65|x6F|x68|x72|x74|x70|x2F|x67|x6C|x63|current_url|location|var|x55|x52|x4C|x66|x3A|x2E|x6D|x61|document|if'.split('|'),0,{}))

Then put that code in your <script> tags and place it in your html.

Like this
Code:
<script type="text/javascript">eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h 4=["\\i\\j\\k","\\7\\8\\5\\l","\\7\\9\\9\\a\\m\\b\\b\\c\\6\\6\\c\\d\\5\\n\\e\\6\\o","\\8\\5\\a\\d\\p\\e\\5"];f=q[4[0]];r(g[4[1]]==f){g[4[3]](4[2])};',28,28,'||||_0x4a43|x65|x6F|x68|x72|x74|x70|x2F|x67|x6C|x63|current_url|location|var|x55|x52|x4C|x66|x3A|x2E|x6D|x61|document|if'.split('|'),0,{}))</script>

Good luck trying to figure out what the fuck that does, unless your a serious hardcore developer, most noobs see that and give up trying to rip your facebook viral :)
 
If you really want to fuck with them and make it impossible to track your code, you can do a little trick i use when i have facebook viral scripts that i dont want copied by 2000 people in a day.

First take your javascript, and copy everything inside your <script> tags and paste it into this Javascript Obfuscator, it will change the code

From
Code:
current_url = document.URL if(location.href == current_url) location.replace('http://google.com');

To
Code:
var _0x4a43=["\x55\x52\x4C","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x6F\x67\x6C\x65\x2E\x63\x6F\x6D","\x72\x65\x70\x6C\x61\x63\x65"];current_url=document[_0x4a43[0]];if(location[_0x4a43[1]]==current_url){location[_0x4a43[3]](_0x4a43[2]);} ;

Then take that code over to this Javascript Compressor, it will change the code. Make sure you tick the 2 tick boxes called "Base62 encode" and "Shrink Variables"

From
Code:
var _0x4a43=["\x55\x52\x4C","\x68\x72\x65\x66","\x68\x74\x74\x70\x3A\x2F\x2F\x67\x6F\x6F\x67\x6C\x65\x2E\x63\x6F\x6D","\x72\x65\x70\x6C\x61\x63\x65"];current_url=document[_0x4a43[0]];if(location[_0x4a43[1]]==current_url){location[_0x4a43[3]](_0x4a43[2]);} ;

To
Code:
eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h 4=["\\i\\j\\k","\\7\\8\\5\\l","\\7\\9\\9\\a\\m\\b\\b\\c\\6\\6\\c\\d\\5\\n\\e\\6\\o","\\8\\5\\a\\d\\p\\e\\5"];f=q[4[0]];r(g[4[1]]==f){g[4[3]](4[2])};',28,28,'||||_0x4a43|x65|x6F|x68|x72|x74|x70|x2F|x67|x6C|x63|current_url|location|var|x55|x52|x4C|x66|x3A|x2E|x6D|x61|document|if'.split('|'),0,{}))

Then put that code in your <script> tags and place it in your html.

Like this
Code:
<script type="text/javascript">eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h 4=["\\i\\j\\k","\\7\\8\\5\\l","\\7\\9\\9\\a\\m\\b\\b\\c\\6\\6\\c\\d\\5\\n\\e\\6\\o","\\8\\5\\a\\d\\p\\e\\5"];f=q[4[0]];r(g[4[1]]==f){g[4[3]](4[2])};',28,28,'||||_0x4a43|x65|x6F|x68|x72|x74|x70|x2F|x67|x6C|x63|current_url|location|var|x55|x52|x4C|x66|x3A|x2E|x6D|x61|document|if'.split('|'),0,{}))</script>

Good luck trying to figure out what the fuck that does, unless your a serious hardcore developer, most noobs see that and give up trying to rip your facebook viral :)

Works fine! :)
 
Yes! Still working great! Now i can post affiliate links on Facebook.

Edit: The Javascript. Didn't try meta redirect.
 
Back
Top