[FREE] Force share viral script. Share to view

Problem is that fb.ui share only little link with little images instead the deprecate sharer.php that share big images that make more more more angagement
 
Problem is that fb.ui share only little link with little images instead the deprecate sharer.php that share big images that make more more more angagement
eMMe81 again sent me request on skype because am not receive any request yet ...
 
Last edited:
Hey


When i am using the script, and it is sharing it i can see the picture of the movie on my profile. But it is not showing picture on the main flow site.

Do you know why ?

Hope you can help me :)
 
Not worked for me.
When i am using the this script, and it is sharing to facebook my picture showing only 90x90 pxl thumbnail. How it will share on wall with original size of picture? some one help me to clear this problem...
 
Guys this thread is over a year and a half old. it doesnt work anymore. MOD please remove this post.
 
Man I got all excited and then just noticed that this post is very old...happy that I came back in here to look...Im not even risking putting this on my site to get my urls band on FB. It would be nice if OP responded letting us know if this still works correctly and if not an update version would be awesome if anyone else has it.
 
Dear this script has only one problem I found... FB taking Post Thumbnail as very small image. Anyone can help me with edited script for sharing with Original Image size?
 
sorry for bumping but is there any script that still works
 
Couple people asking for this lately. Will force user to share before they are allowed to get content/view video ect.


Code:
<!DOCTYPE html>
<html
 xmlns:fb="http://www.facebook.com/2008/fbml"
 xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta content="text/html; charset=UTF-8"
 http-equiv="Content-Type">
  <title></title>
</head>
<body>

Add content HERE!

<div id="fb-root" class="fb_reset">
<script type="text/javascript">
//hd
window.fbAsyncInit = function() {
FB.init({appId: 'APP ID', status: true, cookie: true, xfbml: true});
FB.Event.subscribe('edge.create', function(href, widget) {
document.getElementById('share').style.display = "block";
document.getElementById('liked').style.display = "none";
});
/* All the events registered */
FB.Event.subscribe('auth.login', function(response) {
// do something with response
});
FB.getLoginStatus(function(response) {
if (response.session) {
// logged in and connected user, someone you know
}
});
};
(function() {
var e = document.createElement('script');
e.type = 'text/javascript';
e.src = document.location.protocol +
'//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
function streamPublish(name, description, hrefTitle, hrefLink, userPrompt){
FB.ui(
{
method: 'stream.publish',
message: '',
attachment: {
name: 'Top Blue Linkable Text Shared On user Wall',
caption: 'Add Caption Text Here',
description: ('Site Description HERE'),
href: 'http://www.YOUR-SITE.com',
media: [{ 'type': 'image', 'src': 'http://IMAGE-URL.com', 'href':'http://www.YOUR-SITE.com'}],
href: 'http://www.YOUR-SITE.com'
},
action_links: [
{ text: 'Add action Link text', href: 'www.YOUR-SITE.com' }
],
user_prompt_message: 'Message text'
},
function(response) {
if (response && response.post_id) {
window.location = "http://www.REDIRECT-AFTER-SHARE.com";
} else {
alert('You must share this to view content');
streamPublish();
}
});
}
</script>
<center>
<p align="center"></p>
<p align="center">
<img onclick="streamPublish()"
 src="IMAGE-CLICKED-FOR-POPUP.gif" border="0"></p>
<div
 style="position: relative; width: 400px; height: 100px;">
<div>
</div>
</div>
</center>
</div>
</body>
</html>


Change out your APP ID and pretty much customize all the places in CAPITAL font.

I suggest that you change out the APP ID, then run the script on a false account to see what gets posted, then change what you need.

There is no reason you should not be able to make $50 a day from this script easily, enjoy!

Edit:
Also, change this part up:

Code:
 function(response) { if (response && response.post_id) { window.location = "http://www.REDIRECT-AFTER-SHARE.com"; } else { alert('You must share this to view content'); streamPublish(); }
You can use javascript to do anything you can think of depending on if the user shares or does not. In this example if the user shares they are ridirected to your landing page with this code:

window.location = "http://www.REDIRECT-AFTER-SHARE.com";

or alerted to share before viewing with this code:

alert('You must share this to view content');

Let me know if you guys like this stuff and I will post many more in the future!
Thank you
 
Back
Top