Home > AJAX, CSS, Javascript, Localhost, PHP, Wordpress > WordPress Exchange Links Plugin – AJAX Version

WordPress Exchange Links Plugin – AJAX Version

September 26th, 2008 Leave a comment Go to comments

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 :

  1. Auto checking error if this fields were blank (name, email, website title, website URL, reciprocal URL, website description)
  2. Checking for valid format of email, website url, reciprocal url
  3. Checking for status reciprocal url before submitted
  4. Auto blocked same domain submitted
  5. Integrate AJAX CAPTCHA and AJAX sending form in user interface
  6. Notification email for admin when some submit link
  7. Edit Links Page! available
  8. Widget already
  9. 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 :

WpExLinks options page.  You can set website url, title, description, and email address for notification.  Also you can manage all links from here.

Example WpExLinks page submit form

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 :)

  1. June 22nd, 2010 at 23:00 | #1

    I’m having an issue after follow exact installing instructions. I’m receiving this error after running a test link submit. everything works on wp-admin and form shows up…it’s only when the submit button is click is this not working.

    I have also verified that the file is there “process.php” in the folder where it needs to be. PLEASE HELP LOL
    ***************************************
    Not Found
    The requested URL /wp-content/plugins/wpExLinks/process.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    ——————————————————————————–

  2. June 29th, 2010 at 16:40 | #2

    Could not get it to work ! I tried everything suggested in posts…… May need to be updated for 3.0

  3. Vishal
    July 1st, 2010 at 03:44 | #3

    Hi i tried to install this at http://www.chakdefatte.com/?page_id=4741

    But it doesn’t submit anything nor shows any error. Can you please tell what the problem is?

  4. vishal
    July 1st, 2010 at 17:01 | #4

    Hey, i posted my issue here but its not here anymore?? i am using your plugin at:

    http://www.chakdefatte.com/?page_id=4741

    I also changes the folder name but still it doesn’t works. Can you please help me??

    • July 1st, 2010 at 17:45 | #5

      Hi,

      its seems like you have js problem(report form FF console error), with image loading..are you edit some file?
      thanks and regards

  5. vishal
    July 1st, 2010 at 18:48 | #6

    no i didn’t change any file. I just downloaded code from your site. changed the folder name. activated both the plugins and then added to my page.

  6. July 2nd, 2010 at 05:43 | #7

    vishal :

    no i didn’t change any file. I just downloaded code from your site. changed the folder name. activated both the plugins and then added to my page.

    Hi, for quick fix,
    you can change line 582 in wpExLinks.inc.php file into like this


    e.innerHTML = "<div style=\"font-size:10px;color:green;\">Processing ...</div>";

    regards

  7. Vishal
    July 2nd, 2010 at 06:04 | #8

    hey buddy thanks a lot…it worked… :)

  8. July 9th, 2010 at 16:33 | #9

    Wow.. another plugin by ferri :D
    nice one, will give it a try

  9. July 10th, 2010 at 22:32 | #10

    @mike
    I’m having the same problem :(
    Any fix for this?

  10. July 11th, 2010 at 01:39 | #11

    @Cedric
    I got it to install fine and display. Thanks for the great plugin. Im getting the error “Can’t open remote URL!” So im gonna call my host in the morning and see if he can allow remote URLs. Reckon this would fix the problem?

Comment pages
1 16 17 18 19 75
  1. September 27th, 2008 at 00:48 | #1
  2. December 4th, 2008 at 12:43 | #2