Sponsor

Showing posts with label FREE. Show all posts
Showing posts with label FREE. Show all posts

Thursday, October 9, 2014

Facebook Photo Contest – Viral App Nulled

Facebook photo contest app is build to get Real Targeted Fans and viral promote Products and Services.
ADMIN PANEL – Admin password: 123456
App Description:
Each of the users of this Facebook photo contest first need to Like the page to enter the photo contest, vote or submit their photo, which bring you new real fans.
Fore each user that enter the contest, a link from the contest is posted to their wall (link that you can customize from admin)
Every photo have three buttons: Vote, Share, Invite
Each user that will submit photo will promote it using the Share and Invite buttons to get votes, which brings new users and fans.
Vote button: users will vote the photos with this button, when user click the button changes from Vote to Voted also it share to user wall as ”Voted on: Contest Title” , only one vote per photo.
Share button: with Share button, a link from the particular photo is posted to user profile, so his friends will see it and come to Like the page and vote for his photo.

Invite button
: the invited message is posted to each invited users wall, not just notification, so he and his friends will see and come to the Page to Like etc. Facebook Apps
When the contest End, the app will show the Winner with most votes and his photo.
You can add this app to any Facebook Fan Page you have old or new Page, to collect new fans.
Easy to change design and language, we can also do for you.
You will receive this Facebook Photo Contest App files and full Installation Doc. to install the app on your hosting. Easy to install, easy to use. You will have the app for unlimited time and create as many contest as you need.
Admin Panel features:
  • Set End time of current contest.
  • Create New contest after current ended.
  • Activate/Deactivate and customize the auto post link that is posted to users wall on first use.
  • Showing list of all users with their info.
  • Post status updates to multiple users any time you need.
  • Send emails to users any time you need.
  • Delete users.
  • Export users data: name, email, facebook id, token.

    Download Now : http://download.clan.su/load/file/facebook_photo_contest_viral_app_nulled/1-1-0-16

Wednesday, October 8, 2014

Facebook Viral Script [Force to Share]

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!