Tuesday, November 19, 2019

 Make Your Facebook Profile Name Blank  Just in 2 Minute
While browsing Facebook, there must have been times when you came across a friend's profile whose name is not visible and wondered if you could do the same?

While trying to figure this out for a while now, I've finally managed to name blank from my profile. The trick is very simple and takes less than a minute.


Make Your Facebook Profile Name Blank


How?


You should be logged into your Facebook account using Chrome on your mobile.

The whole process takes just a few steps at the end of which you will successfully have blank your name from your Facebook profile.

Go to Account settings >

Then go to the General settings section.
It contains information like your name, email address, phone number, etc.

Click on Name.

Then Put This  ➤

First and Last Name

Then click Review change and enter your account password. Click Save.


DO NOTE, though, that after doing this, you cannot revert back or change your name for the next 60 days.

Saturday, April 7, 2018

Facebook plans to allow everyone to unsend messages
Facebook plans to allow all users to 'unsend' their private messages


Facebook is obsequiously assuring everyone that it will be responsible with users' data and transparent with how it's shared. But evidence emerged yesterday that the company has been quietly deleting old messages Mark Zuckerberg and other executives have sent from recipients' inboxes. Facebook fessed up to TechCrunch that they'd been doing so for awhile. Now the company is promising to extend the feature to users in the coming months -- but until it's widely released, any messages from Zuckerberg et al won't be wiped away.


"After Sony Pictures’ emails were hacked in 2014 we made a number of changes to protect our executives’ communications," a Facebook spokesperson told TechCrunch. "These included limiting the retention period for Mark’s messages in Messenger. We did so in full compliance with our legal obligations to preserve messages." Interestingly, the company's wording seems to suggest this message deletion was planned in advance.




Facebook hasn't finalized how the 'unsend' feature will work, according to TechCrunch. One possible solution will be a timer set by the sender, and once it runs out, the message will vanish from both inboxes (this is similar to how Zuckerberg's messages were retracted). But the company isn't certain if they'll use this method or a different one, or even if recipients will be notified when a message is 'unsent.' Regardless, the feature should arrive in the coming months.

Facebook maintained that it was within its legal rights to preserve messages when deleting messages from senior staff, which it started doing in the wake of the 2014 Sony hack to avoid future leaks of correspondence. It's unclear how long the company was deleting messages -- just that they admitted to the course of action only after being confronted with evidence.
OMG! Facebook Leaked Data Of 87 Million Users
Facebook Inc said on Wednesday that the personal information of up to 87 million users may have been improperly shared with political consultancy Cambridge Analytica, up from a previous news media estimate of more than 50 million.

Facebook Chief Technology Officer Mike Schroepfer shared the higher number as part of a corporate blog post about steps the company was taking to restrict the personal data available to third-party app developers. 


OMG! Facebook Leaked Data Of 87 Million Users

Most of the 87 million people were in the United States, Schroepfer wrote in the blog post.

The world's largest social media company has been hammered by investors and faces anger from users, advertisers and lawmakers after a series of scandals about fake news stories, election-meddling and privacy.

Last week, Facebook CEO Mark Zuckerberg apologized for the mishandling over data of over 50 million of the social media network's users. He said that the company "made mistakes" and needed to own up to them. He will soon testify before Congress over the snafu. 


Last month, Facebook acknowledged that personal information about millions of users wrongly ended up in the hands of Cambridge Analytica, which worked on US President Donald Trump's 2016 campaign.

In the statement released today by the company, Mike Schroepfer, the social network giant Facebook’s director of technology, details the nine changes that will be implemented in the coming days. Among them is the new application control that will be launched on April 9, which is a link at the top of the news where users can see what applications they use and the information they have shared with them, as well as eliminate those that you no longer want to use. “As part of this process, we will also let people know if their information may have been shared incorrectly with Cambridge Analytica.”


In addition, the platform will also carry out adjustments to the event APIs, page groups, and Instagram, at the start of the session, in the search and recovery of the account, in the history of calls and messages, and in the data providers and the category of partners.


So, what do you think about this? Simply share all your thoughts and opinions in the comment section below.

Tuesday, June 16, 2015

How to Add the Facebook Popup Like Box Widget
Facebook is the best ways to get traffic to your website or blog. Most of you might be wondering how to increase the likes of fb page and thereby organic reach to your page. Here is one method through which you can easily increase your FB Page Likes with out any energy. Add this wonderful Facebook Like Pop-Up box Widget to your blog. This will make almost all the visitors to your site Like your Page.
Facebook Popup Like Box Widget
This widget comes with an Light box effect and looks attractive for the users. The popup will appear only one time i.e. the popup will just come one time and not in every page of your blog.It looks like the above image.
  1.     Login to Blogger → Dashborad
  2.     Click on Drop Down Menu and select Layout
  3.     Add a HTML/JavaScript Gadget
  4.     Paste below code in it.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
<style>
#fbox-background {
    display: none;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#fbox-close {
    width: 100%;
    height: 100%;
}

#fbox-display {
    background: #eaeaea;
    border: 5px solid #828282;
    width: 340px;
    height: 230px;
    position: absolute;
    top: 32%;
    left: 37%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#fbox-button {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

#fbox-button:before {
    content: "CLOSE";
    padding: 5px 8px;
    background: #828282;
    color: #eaeaea;
    font-weight: bold;
    font-size: 10px;
    font-family: Tahoma;
}

#fbox-link,#fbox-link a.visited,#fbox-link a,#fbox-link a:hover {
    color: #aaaaaa;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}
</style>
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}
// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_facebook_box') != 'yes'){
$('#fbox-background').delay(5000).fadeIn('medium');
$('#fbox-button, #fbox-close').click(function(){
$('#fbox-background').stop().fadeOut('medium');
});
}
$.cookie('popup_facebook_box', 'yes', { path: '/', expires: 7 });});
</script>
<div id='fbox-background'>
<div id='fbox-close'>
</div>
<div id='fbox-display'>
<div id='fbox-button'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?
href=https://www.facebook.com/freebloggerthemes&width=339&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'
style='border: none; overflow: hidden; background: #fff; width: 339px; height: 200px;'></iframe>
<div id="fbox-link">Powered by <a style="padding-left: 0px;" href="http://blogger-templatees.blogspot.com/2015/06/how-to-add-facebook-popup-like-box.html" rel="nofollow">BloggerTemplates</a></div>
</div>
</div>

5. After adding the code Replace the https://www.facebook.com/freebloggerthemes with your specified facebook URL and click save.

Customization 
The widget will appear 5 seconds after the page finishes loading. If you want to change this delay, change the number 5000 to a greater or lesser number in this part:
.delay(5000)

By default, the like box only shows up the first time the user visits your page.  If you would like the Facebook box to popup every time the page loads, then remove this line of code:
$.cookie('popup_facebook_box', 'yes', { path: '/', expires: 7 });

 That's all...!

Sunday, June 14, 2015

Floating Facebook Widget for Blogger
Widgets are playing very good role in both wordpress and blogger blogs. Here is another stylish facebook like box, this widget is design in three awesome style and it will slide out smooth when you place your cursor on the widget banner due to the jQuery effect that i included. The method is very easy, you need to follow method step by step.
Floating Facebook Widget for Blogger

How To Add The Widget To Your Blog/Site
First thing is to add the java script code in template.
  • Go to blogger.com and login to your account
  • Select your blog and goto template section
  • Click on Edit HTML
  • Now find </head> tag by pressing ctrl + F and write this tag in box then hit enter
  • After finding the </head> just above this tag, copy and paste the below code
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> 
    Click on Save Template and You're done

Now its time to add Widget to your blog
  • Goto Layout Section
  • Click on add gadget any where on layout page and select HTML/ JavaScript
  • Copy and Paste the Below Code
  •  </script> <script type="text/javascript"> /*<![CDATA[*/ jQuery(document).ready(function() {jQuery(".mtwlikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);}); /*]]>*/ </script> <style type="text/css"> .mtwlikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMjvasAFyL-11WN_9nX48tVzTWHzJflbcIp4AiH55d7Ez0HBVnotyBc_u7FHzCnXkKJzuobgp6P5gng4L87lJBxAoGJzL7ggU1Ix3zr399TX78iSywfpI7tMYgrUg1ceUlKMshRkHi7_g/s320/fb1-right.png") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index:  99999;position:fixed;right:-250px;top:20%;} .mtwlikebox div{ padding: 0; margin-right:-8px; border:4px solid  #3b5998; background:#fafafa;} .mtwlikebox span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;} .mtwlikebox span a{color: gray;text-decoration:none;} .mtwlikebox span a:hover{text-decoration:underline;} } </style> <div class="mtwlikebox" style="">     <div>     <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Ffreebloggerthemes&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;border_color=white&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: white; overflow: hidden; height: 270px; width: 245px;background:#fafafa;"></iframe><span>Widget by :<a href="http://blogger-templatees.blogspot.com/">BloggerTemplates</a></span></div></div>

Time to customize it
— Page Link : Replace the orange color text with your Facebook page's username
— Border Color : Replace the yellow color value with your targeted color code for your widget's border color
— Position : Replace the green color value with your targeted position value you can use px instead of %

You're done the widget is successfully added to your blog.