WordPress Exchange Links Plugin – AJAX Version
Let me introduce a new plugin called WpExLinks. This is my first plugin for WordPress that enable you to build your links network with other webmaster. This proccess now more easier in WordPress realm. We can automate the proccess and we’ll get some notification email in the end of proccess. Here are some feature from my plugin :
- Auto checking error if this fields were blank (name, email, website title, website URL, reciprocal URL, website description)
- Checking for valid format of email, website url, reciprocal url
- Checking for status reciprocal url before submitted
- Auto blocked same domain submitted
- Integrate AJAX CAPTCHA and AJAX sending form in user interface
- Notification email for admin when some submit link
- Edit Links Page! available
- Widget already
- Easy manage links (delete, approve, unapprove, check reciprocal links) from Options page
Here are installation step :
- Make sure you upload a whole folder WpExLinks into your wp-content/plugins, please keep the structure files
- Activate both WpExLinks plugin and WpExLinks widget from your Dashboard
- Create a new page, give a title as you like (ex. Exchange Links) and paste the code in the textarea and publish
<!--wpExLinks--> |
- Set WpExLinks options if you need from Settings > Wp Exchange Links options page (default is enough to run)
- Finished! Now everyone want to do exchange links with you just refer to Exchange Links Page
Screenshot :


Because this is BETA version, so i need input from you all. Please report bugs here.
History version:
Tested up to 2.6.5
- V1.0 – 28 Sept 2008, first release WpExLinks WordPress Plugin
- V1.1 – 7 Oct 2008, Change to HTML email, repair bugs function show list without widget, fix admin options area, add description to anchor link as title/alt
- V1.2 – 8 Oct, Fix HTML email, add Edit Links Page!, add permalink to Exchange Link Page in Options Page, etc . Please read changelog in readme.html for details.
- V1.3 – 17 Oct, Change CAPTCHA method hope will fix compatibility issues, add new option to use captcha or not. Please extract to wpExLinks folder and upload all files.
- V1.4 – 10 Nov, Change default widget to display all links or use 0 to do it, Change AJAX system using Simple AJAX Code-Kit (SACK) to avoid “Invalid Captcha” problem, Fixed minor bugs
Download Code
Now hosted by WordPress![]()
Update note :
You can show links list without widget, just add this code into your themes, not post/page textarea! Anyway you can do it if you have execPHP plugin installed in your WordPress
<?php if(function_exists('wpExLinksList')) {wpExLinksList();} ?> |
Default will show links list in unordered list with div id=”wpExLinks” for setting in CSS and no limit number links, order by name, and ASCENDING. Please refer to readme.html file for details.
Enjoy my plugin
I m translate this plug-in to croatian and i whont share if somebody intrested…
thanks !!!
I’ve the plugin installed in my site. But my friends try to link exchange to, after they fill all the information need and press submit. It worked to save the data and then it say:
“Sorry, no posts matched your criteria.”
Why??? Please help me
it’s seems like you extract plugin to wrong folder. Please remember folder name must be wpExLinks (case sensitive) not default extract from wordpress.org.
regards
Hi,
do the person who exchanged links with us received email that their link is updated? I installed the scripts and I received the email saying a New Link is Submitted..
nice idea..
i’ll work for next version
thnx, regards
Can I view the links in one customized page instead of on the sidebar? What code I need to add? Thanks!
Of course you can… put this code anywhere you like …
please refer to readme file for more information
regards
Yes, I read the readme file. it says that I need to put the code:
on wp-content/themes//index.php
So if I want to list all the links on the “link”page, should I place the code into textarea in HTML CODE of the “link”page?
Sorry for keep bothering you. I added the code you gave me into textarea in HTML CODE of the “link”page, since I have execPHP plugin installed. But when I submit the test link via the form and approved in the admin, I didn’t see the submitted link on the “link”page. Do I missing anything? Thank you very much!!
make sure you have turned off the function wysiwhg from the admin panel. and test it first, give it like example
< ?php echo "123"; ?>after all works, crosscheck between widget exchange links and link that generated from function in your links page
regards.
nb:may i see your blog?
Yes, I read the readme file. it says that I need to put the code:
on wp-content/themes//index.php
So if I want to list all the links on the “link”page, should I place the code into textarea in HTML CODE of the “link”page?
I don’t where to find the function wysiwhg in the admin panel…..can you tell me more specifically?
Here is my blog: best4future.com/blog/
Now I put the link submib form in the “link” page: best4future.com/blog/links. Please be aware that the link list on this page is NOT automatically generated, but hand written in HTML code by myself.
I created a “test” page to see the submitted link list: best4future.com/blog/links/test. But after I submitted a test link, nothing showed there,while in the sidebar widget, the test link showed up. (the widget is at the bottom of the sidebar)
As you can see, there are a lot of content for one link. I am very interested in showing the link list on one page. It will easy to display the Website Description.
Thank you very much for your help!!
I have ploblems seem as Robyn F.:
1. Captcha does not work.
2. I have rename to wpExLinks folder, submitted a test link, add code “” to sidebar template. but it still not show the test link. Please help me.
I use WP 2.8-beta2-11472.
sorry..not tested yet under wp 2.8 …
soons, i’ll update this stuuf
regards
I want to say to everyone to fix problem
# Bao Tuan: Oh, now I understand.
This plugin work under WP 2.8. And fix ploblems below:
1 – If Captcha does not work, please rename Folder of plugin to wpExLinks.
2 – To show list links on sidebar or page template. You must paste this code:
to anywhere you need and active both: wpExLinks (WordPress Exchange Links) and wpExLinks (WordPress Exchange Links) – Widget. It will work.
Demo: http://vndownload.org (right bottom sidebar: I use blogroll of WP and this plugin)
Good luck
@VNDownload
Thnx for ur help, it’s good for all user
regards
VNDownload
Do you know how to list all the links on a single page, instead of the sidebar? Thanks a lot!!