Displaying the facebook profiles of people that "recomended you"

tenants

Well-known member
Often, when sites have a section for "liked" or "recomended" its possible to diplay the last 10 or 20 users facebook profiles.

Is there an option to do this with xenforo?
 
Thanks Brogan

Would this replace the existing "recomend" button?
And which template should I upate to add/replace this?

I think each of those plugins has its own set of values, so in replacing the recomend button, the counter would be 0 for then new button, is that correct?
 
No, it would be in addition to the Recommend button.

See an example here: http://xenforo.com/community/pages/example-page/

Decide which page you want it to be on, then find the template name this way:

How can I find out which template to edit?
Using your browser, view the page source and look for a line of code near the top of the page which begins
<div id="content" class="; the class is the name of the template. So for the main forum page, the line of code is:
<div id="content" class="forum_list">, which makes the template forum_list.

http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037
 
Top Bottom