WordPress Exchange Links Plugin – AJAX Version
Advertisement
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
Related posts:
It’s seems like txtCaptcha not send to proccess.php .. or session not sent ..
Try to deactive all plugins first and make sure your themes have wp_header function in header part
And i see this in your source :
My advice, try with your default themes and deactive all plugins. Thnx
You entered an invalid CAPTCHA!
Please fill in again …
I get 10 times those massage, am i missing something? And my eyes seem to be clear read 6pt fonts?
Try to deactive all plugin and using default theme first to see if working
And check ur themes have wp_header or not
Thnx
New version has released!
Hope it will fix all bugs
Thnx for all input man.
hi the plgin hdoesnt work i entered the CAPTCHA 100 times it still says wrong common man i tryed it with defualt theme eswell didnt work.how to fix this ?
@Kyle ..
Have u download last version?
If it doesnt fix it …. please just disable CAPTCHA …. (i don’t know why …)
By default … without captcha … it safe enough .. bcoz there’s a validation function using PHP instead JS ….
Validation including :
Activated first rec link, auto reject double sumbit, and different rec link and submit link …
Or anyone can help this problem?
Thnx
Hi there, need help with the installation. im a noob in codes, can you exactly tell me how to use this code , i made a new page then write it but no form is appearing when i preview the page. Thanks in advance.
how do i disable the CAPTCHA ?
@Jacob
Please write the code in HTML mode not in visual mode … bcoz they will convert string like htmlspecialchar if u write in visual mode
Choose HTML mode in upper right textarea.
@kyle
Please download last version first
Go to ur dashboard, setting, wp exchange links
and choose CAPTCHA options > enabled / disable