Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



SEO Class in Chicago, IL

Learn How To Optimize Your Website on July 26, 2013


Looking for personalized in-depth SEO training among your peers?



High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!



 


Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!



Photo
- - - - -

How Can I Automate The Link Additions?


  • Please log in to reply
5 replies to this topic

#1 Force7

Force7

    HR 4

  • Active Members
  • PipPipPipPip
  • 143 posts

Posted 28 October 2004 - 03:45 AM

Hi,

I am thinking there must be a better way to actually add the links to our directory.

For example here is my currrent system.

On our Links type page I have a title at the top that says Link Exchange with an email link, if a person clicks this link it is a simple mail link but it also adds the subject line to the email so I know they were actually at our website.

Now the problem is that manually I have to add thier link to the directory page which is very time consuming and with my life so busy I admit they sit in my email box for a couple of weeks until I get time.

There must be a way to write something that generates the HTML page and adds the link. I know there are some programs but seems like it would be a pricey solution since I have to set up the same thing on about 8 sites, mine as well as clients.

Just wondering what others were using as a solution. Am I missing something simple??

Thanks in advance!

#2 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,375 posts

Posted 28 October 2004 - 06:43 AM

You can use a script where someone submits and it's automatically added to your directory. However, that's a problem (potentially) because people will most likely spam you.

You can do something similar, but have to approve each submission before it gets added, however. That would probably make things easier. Just go to some free script sites and look up directory scripts to see what you can find.

#3 Haystack

Haystack

    HR 7

  • Active Members
  • PipPipPipPipPipPipPip
  • 1,980 posts
  • Location:Minneapolis, MN

Posted 28 October 2004 - 09:30 AM

A link management tool like Arelis might be somewhat helpful in your situation. It wouldn't automate the inclusion of links, but it would help with tracking and communications.

The closest tool to help with what you're describing above that I know of is LinkPartners. As I understand it, people can submit their link to your site, and you can decide whether to approve it or not before it goes live.

#4 linux_lover

linux_lover

    LiLo

  • Active Members
  • PipPipPipPipPipPip
  • 831 posts
  • Location:York, UK

Posted 28 October 2004 - 09:57 AM

I have a simple MySQL database that holds my links, and I use php to read the links to the page dynamically.

Database field structure is:

linkID (auto increment)
url
logo (graphic to show if empty its a text link)
name (alt/anchor text)
category
description

Then basically use a little php script to read all those fields depending on the category the user clicks and format it using a bit of CSS.

You can then have a simple form that allows you to easily enter a link (also you could let users do that but I wouldnt recomment it) or you could just use phpMyAdmin or similar to do it direct into the database.

Hope that helps

Lilo

#5 Force7

Force7

    HR 4

  • Active Members
  • PipPipPipPip
  • 143 posts

Posted 28 October 2004 - 12:28 PM

All good suggestions, I think I may attempt the MySQL, and I really appreciate the fields you have listed. It seems like if I set up a system then it would be easy to duplicate for each client to help them out as well. I would definately want to approve links before it posted to the site, I just need something that is easy to do the second I get a link instead of putting in the procrastinator's official to do list!

#6 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 28 October 2004 - 03:06 PM

To build upon Lilo's suggestion it would be a piece of cake to let people submit their own links to your site and still require admin approval. Simply add another table. Name it something like Approved.

Have your submission page that others use automatically set that to be false (0) and then build a little password protected admin panel that let's you display all of those links waiting for approval with the ability to either approve or delete them.

On your pages that display the links for visitors simply check that field for a True (1) before deciding whether to show a link or not.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users