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

WordPress Exchange Links Plugin – AJAX Version


Advertisement



September 26th, 2008 Admin 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 :)

Related posts:

  1. Making WordPress Exchange Links Without Plugins
  2. Simple AJAX Captcha
  3. Free CB Plugin Simple Invitation (Invite Friends)
  4. AJAX POST GET Form With Multiple Checkbox, Radio, Select Option
  5. Bypass Links by Urlcash.net, Usercash.com, Anonym.to, Lix.in, Linkbucks.com and Get Direct Links.
  1. September 19th, 2009 at 17:38 | #1

    Hi there.
    I installed your plugin and it works great,

    when I use this code on a page –

    it displays BOTH my links and the link exchange form, is there any way to get it to display only links without using the widget?

    Thankyou

  2. September 19th, 2009 at 17:41 | #2

    sorry the code didnt display but I mean the php code you display at the end of your post that is used to display links without widget

    thankyou here is example

    http://www.abbeymillfencing.co.uk/links/ test.com is link from your plugin so it works great, but I dont want the submit form I have it on its own as per your instructions here
    http://www.abbeymillfencing.co.uk/exchange-links-with-us/

    thankyou

    • Admin
      September 19th, 2009 at 17:52 | #3

      yes, u can use separately code to display just link without widget or form, please install php exec plugin for WP first :)

      regards

      • September 19th, 2009 at 18:36 | #4

        Hi thanks for your reply,

        I have installed execPHP plugin and when I use the code you specified in the instructins it displays BOTH the links and the link exchange form.

        Is this normal?

  3. Admin
    September 19th, 2009 at 18:52 | #5

    Normal if u view your exchange link page :)

    but if view another page, but form still exists, that’s unnormal..

    if you still have another problem, i can view your blog directly, just provide me ur URL, user, pass and email it to greenhouseprod[at]g-m-a-i-l.com

    regards

    • September 19th, 2009 at 18:58 | #6

      Thankyou thats fine form is only where it should be so no problem.

      I can make a widget area in the content area to display the links widget without needing to see links and form together.

      Thankyou for your quick replies

      • Admin
        September 19th, 2009 at 19:02 | #7

        Allright, no problem :)

        regards

  4. September 20th, 2009 at 11:39 | #8

    Is it work perfectly at wordpress 2.8.4?

    • Admin
      September 21st, 2009 at 14:43 | #9

      yup :)

      regards

  5. September 23rd, 2009 at 19:43 | #10

    Greetings,
    I love the plug-in which I recently obtained and I am using on two blogs but I found there is an issue with the length of the dialog box for inputting a reciprocal link. Some of these can be quite long and I discovered one I just tried to input is dropping part of the URL making it impossible to verify the link.

    Are you by any chance aware of this? If so is there a fix?

    Thanks and good work.

    • Admin
      September 24th, 2009 at 06:04 | #11

      Hi ..

      thnx for your appreciation ;)

      for quicker dirty mode, you can change length of input in your phpmyadmin …
      search for table wp_wpxlink, and change value length of field web_url and rec_url into 255 :)

      sorry for late update :(

      regards

      • September 24th, 2009 at 20:13 | #12

        Well thanks but that is way over my head. I went into the phpmyadmin but it does not show any database. This is a WordPress blog of course and as far as I know it sets up it’s own database and is not part of the MySQL database in phpmyadmin so I could not locate it. Any other suggestion on how to make the modification on a WordPress database to achieve the desired result?

  6. Admin
    September 25th, 2009 at 05:57 | #13

    @Bard
    Hi, table wp_wpxlink is inside your wp table :)

    regards

  7. October 8th, 2009 at 14:32 | #14

    Hi, If I install this plug-in, can I order the links by amount of traffic sent by link partners? If not, have you considered making that an option?

    • Admin
      October 8th, 2009 at 14:44 | #15

      hi,

      there’s no option like that for now. maybe your idea can be the next version :)

      regards

      thnx

  8. October 10th, 2009 at 22:19 | #16

    hey there nice plugin but i ran into some strange stuff

    when i submit a site i got my template twice on the index but no link is added

    check it out at http://www.vindeenhoer.nl

    thanks in advance greets martin

    • October 11th, 2009 at 06:33 | #17

      now i got this error in admin panel plugin deactivated the plugin doesnt have a valid header

    • Admin
      October 11th, 2009 at 06:45 | #18

      hi,

      it seems you install automatic from wp. to fix it, please rename plugin folder into wpExLinks. please read README.html file for further information or guide how to install ;)

      thnx and regards

  9. October 11th, 2009 at 06:31 | #19

    no i got thid error plugin does not have a valid header

  10. October 16th, 2009 at 11:11 | #20

    Hi
    I like this plugin! I’m going to integrate it on some of my sites. I need some tweaks , ok URL Reciprocal is limited to 55 characters, which not fit for me.
    Do you plan new version soon?

Comment pages
1 ... 11 12 13 14 15 ... 19 75
  1. September 27th, 2008 at 00:48 | #1
  2. December 4th, 2008 at 12:43 | #2