AnupRaj Tell Friends

AnupRaj Tell Friends
AnupRaj Tell Friends is a WordPress “Tell a Friend” plugin. This “Tell a Friend” Plugin will help your site to get more traffic and will help visitors to send your site’s link to others.
Once ‘AnupRaj Tell Friends’ is installed and activated, it can be used anywhere within your WordPress site as widget. This ‘Tell a Friend’ plugin uses Ajax hence visitors can send the link of your site to friends without leaving the current page.
You will see Tell Friends menu on your admin-sidebar on left
ARTF > Customize
Customize AnupRaj Tell Friends Plugin through this page.
Site name: By default your site name is displayed here. This information will go to the recipients as Sender’s Name
Site email: By default your email will be used as sender’s email.
Message
Custom Message (text/html): You can type your default custom message on the message box, although visitor can change your default message and write their own.
Widget Setting (Widget must be enabled)
ARTF Text: This is the text that will be displayed on your sidebar when used as widget.
Activate usage Stats of “AnupRaj Tell Friend” plugin by your visitor by checking this option you will be able to count the usage of this plugin in your site.
ARTF > Status
“AnupRaj Tell Friends” served 1307 times on your site till now.
This is the number of times ARTF plugin has been used on your website by the visitors
ARTF > Help/Info
Widget
You can add this ‘Tell a Friend’ Widget to your sidebars through the Widget Page ( Appreance > Widgets ).
On Widgets page you will see
Once you drag this widget to your sidebar, you can customize the plugin from the plugin page.
Troubleshoot
Error : If your theme is not supported and displays There was an error loading the document. Then your theme may not have wp_footer(); function. If this is the case, you can manually add wp_footer(); on footer.php file of your theme too. You can do that from theme editor.
When error is displayed after ‘Tell Friends’ link is clicked then your page may not have loaded completely.
Stats not working : You have to activate stats from customization page first.
RSS
Jan 21, 2010 @ 15:19:28
Hi Anup & Team,
I really like your widget, but there seem to be some bugs.
The link to the Option Page to Customize the widget seems to be broken. Also I have tried a few times to send a message to myself and they don’t arrive.
Cheers
Judith
Apr 11, 2010 @ 17:12:50
@Judith
The new version has fixed the bug.
Thank you
Feb 10, 2010 @ 19:44:26
Why dont you have the plugin isntalled on your site?
Apr 27, 2010 @ 19:08:01
Petter,
The Plugin is installed now.
Thanks
Feb 13, 2010 @ 18:05:28
In the installations instructions you say ‘it can be used anywhere within your WordPress site as a link or widget’. How do you used as a link as I want to place it a different spot from my widgets.
thanks
Apr 27, 2010 @ 19:12:01
Mary,
To use it separately in your site (but not as widget)
you can simply add following.
<a href="#AnupRaj_TellFriends" rel="ARTFbox" style="text-decoration:none;" rel="nofollow">Tell A Friend</a>
This can be in your footer or header or anywhere.
Don’t forget the
href="#AnupRaj_TellFriends"andrel="ARTFbox"part.Thanks
Apr 12, 2010 @ 15:31:40
Hi,
I would love to use your plugin. Unfortunately, it won’t let me save any settings. Every time I try, I get the following message:
Error! Options page not found.
And when this error occurs, the following is in the navigation bar:
http://www.mysite.com/wp-admin/options.php
If it helps, I am using WordPress MU 2.9.2. Could you please look after this problem?
Thanks in advance.
Apr 13, 2010 @ 21:30:32
This Plugin works perfectly in WP
I’ll Check this and find fix in WP MU.
Thank you to suggest
Apr 23, 2010 @ 22:43:18
I’m trying to use your plugin on this site but even though I’m adding the “wp_footer();” to my footer.php file I am still getting the error message “There was an error loading the document.”
Is there a specific place in the footer.php file that this additional line needs to go?
I’d love to get this working so visitors to the site can send email to others who might be interested in joining in the dodgeball fun.
Thanks in advance for your help.
Apr 26, 2010 @ 16:48:32
Britt,
“AnupRaj Tell Friends” is WP Plugin that needs wp_footer(); function to be called on footer file.
The way you called wp_footer(); function in your footer.php file is incorrect. It took lot of time to figure-out problem in your site.
This is actually PHP function hence you need opening <?php and closing ?> PHP tags. Please consider the following
<?php
wp_footer();
?>
Please check your file and place it just before the closing body tag.
</body>Thanks
Jun 21, 2010 @ 07:23:39
I’m getting a malformed recipient address error. How can I fix this?
This is an example of the malformed address: lalalala@gmail.comx-mailer
Seems that there is no space between the x and the email address, is this causing the malformed address error?
Cheers,
David
Jun 21, 2010 @ 09:27:45
I checked this Tell Friends plugin on your site as visitor and everything seemed good.
Are you talking about the error on this plugin?
If yes Please provide me some more details.. How & where this error appears.