Friend Inviter [Paid] [Deleted]

The problem is mainly in the set up. I am looking into it for emmy now.

ok i will keep watch this discussion..
what is the addon have a track for who was invited? so, for example, if Mr A had invited Mr B and Mr C, Admin can see the record?
 
I hope someday you will add that feature, Chris!
I like your AddOn, but i need track report
so, I can give gifts to my members which has become the Big inviter for my forum
 
Hello,
Has anyone had his/her request for read_friendlists permission unapproved from facebook. I recently requested to have this permission approved, but got this message below. I really need with this. Any next step advise/solution will be appreciated. Also, it looks like i don't see the read_ friendlist anymore on the list to submit again

upload_2014-5-26_16-22-32.webp

upload_2014-5-26_16-26-18.webp
 
Friend Inviter is taking a break.

The recent changes in the Facebook API may mean that the Facebook Invite feature may never work for new users. It's also possible that it may stop working in future for existing users.

The changes relate to the user_friends permission:

upload_2014-5-27_0-13-45.webp

Note the second point:
This will only return any friends who have used (via Facebook Login) the app making the request

This essentially makes the Facebook invite feature useless. The concept is we want to invite new people to the site, but this permission would only find users who have already been to the site.

It's worth noting that the other functionality of the add-on still works as designed.

The Facebook stuff may come back in the future, in some sort of different form, but I do not currently have an ETA for this due to existing commitments. Until then, I will support existing customers the best as possible with the rest of the functionality, but, naturally, I do not want to be selling a product that doesn't fully work as advertised. At such a time where there is a way to bring back the Facebook functionality (or something similar) I will request that the add-on be undeleted.

Thanks.
 
@Chris D I would really like to see this add-on continued, even if it excluded Facebook.

Is there a setting that I am missing, that will disable the facebook option? If not, can you release one without facebook?
 
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.
 
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.
Thanks for the quick reply. :)

Just thinking 'outloud' .... One of the things I disliked about IPB when I was using it and paying for A LOT of add-ons, was developers would discontinue a paid add-on (either officially or unofficially) for X reason and then re-release it sometime later (sometimes same name, sometimes different name) and people would have to rebuy the same thing all over again.

It's good to know that does not happen here on XenForo :)
 
Last edited:
PHP:
<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>&nbsp;
                                           <a href="friend-inviter/twitter"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/twitter.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/yahoo"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/yahoo.png"  height="32" width="32" /></a>&nbsp;
<!--                                            <a href="friend-inviter/facebook"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/facebook.png"  height="32" width="32" /></a>&nbsp; -->
                                            <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.
 
I don't know what you mean or what you are trying to do.
The above code I use to make a widget using the add-on [bd] Widget Framework made by @xfrocks
http://xenforo.com/community/resources/bd-widget-framework.297/

The end result is this
Socially Uncensored.webp

This is nice and works, but I was trying to convert / replace those images with Font Awesome.

PHP:
<a href="friend-inviter/google"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/google.png"  height="32" width="32" /></a>&nbsp;
So the idea is to change one of these, which uses an png file and replace it with some font awesome goodness. :)
 
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.
 
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.
PHP:
<a href="friend-inviter/google"><i class="fa fa-google-plus fa-fw" /> </a>&nbsp;

Yes, I tried this....
Things go wrong... So very wrong.... lol

Add it 1x and it keeps on adding..... Perhaps it's an issue with [bd] Widget Framework processing Font Awesome.
oh well.... Thanks anyways, @Chris D

Screenshot from 2014-06-02 13:22:16.webp
 
PHP:
<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>&nbsp;
                                           <a href="friend-inviter/twitter"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/twitter.png"  height="32" width="32" /></a>&nbsp;
                                            <a href="friend-inviter/yahoo"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/yahoo.png"  height="32" width="32" /></a>&nbsp;
<!--                                            <a href="friend-inviter/facebook"><img src="//cdn.sociallyuncensored.com/styles/FriendInviter/facebook.png"  height="32" width="32" /></a>&nbsp; -->
                                            <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.
I did not give up and found the solution :)

PHP:
<a href="friend-inviter/google" class="fa fa-google-plus fa-fw"  style="font-size: 30px; color:red;"></a>

Adjust accordingly ;)
 
Top Bottom