Okay - Thank youThe required permission has not been approved by Facebook yet.
You have already PM'd me about this and I am already looking into it.
This will only return any friends who have used (via Facebook Login) the app making the request
Thanks for the quick reply.As per my post, it's taking a break. I never said it wouldn't continue.
For most people Facebook will still work it seems. Just depends how long for.
Any single part can be disabled. Just remove the key and secret from Admin CP Options.
<div class="section donationSidebar">
<div class="secondaryContent">
<h3>Invite Your Friends</h3>
<div class="messageContent">
<article>
<blockquote class="messageText ugc baseHtml">
<div>
<center>
<div class="friendInviterServices">
<a href="friend-inviter/google"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/google.png" height="32" width="32" /></a>
<a href="friend-inviter/twitter"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/twitter.png" height="32" width="32" /></a>
<a href="friend-inviter/yahoo"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/yahoo.png" height="32" width="32" /></a>
<!-- <a href="friend-inviter/facebook"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/facebook.png" height="32" width="32" /></a> -->
<a href="friend-inviter/email"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/email.png" height="32" width="32" /></a>
</div>
</center>
</div>
</blockquote>
</article>
</div>
</div>
</div>
The above code I use to make a widget using the add-on [bd] Widget Framework made by @xfrocksI don't know what you mean or what you are trying to do.
<a href="friend-inviter/google"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/google.png" height="32" width="32" /></a>
So just replace the <img src with the <i class="fa fa-twitter" /> Font Awesome tags. Only thing to do then is to apply larger size and maybe colours.
<a href="friend-inviter/google"><i class="fa fa-google-plus fa-fw" /> </a>
I did not give up and found the solutionPHP:<div class="section donationSidebar"> <div class="secondaryContent"> <h3>Invite Your Friends</h3> <div class="messageContent"> <article> <blockquote class="messageText ugc baseHtml"> <div> <center> <div class="friendInviterServices"> <a href="friend-inviter/google"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/google.png" height="32" width="32" /></a> <a href="friend-inviter/twitter"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/twitter.png" height="32" width="32" /></a> <a href="friend-inviter/yahoo"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/yahoo.png" height="32" width="32" /></a> <!-- <a href="friend-inviter/facebook"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/facebook.png" height="32" width="32" /></a> --> <a href="friend-inviter/email"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/email.png" height="32" width="32" /></a> </div> </center> </div> </blockquote> </article> </div> </div> </div>
Tried to concert the above widget using font awesome, but ended up with a bunch of the same font, over and over again.
<a href="friend-inviter/google" class="fa fa-google-plus fa-fw" style="font-size: 30px; color:red;"></a>
We use essential cookies to make this site work, and optional cookies to enhance your experience.