A page to save your favourite links online

Asked By 10 points N/A Posted on -
qa-featured

How can I integrate a page in my WordPress account for you and other viewers to save your favorite links online?

I want each of my site visitors to automatically save a link on this page, e.g.

Any page or website that you suggest.

It will all be shown on this page, although it’s not going to be just a comment page.

Is there an add-on that I can install for this?

Thanks!

SHARE
Best Answer by Young Borman
Best Answer
Best Answer
Answered By 0 points N/A #139041

A page to save your favourite links online

qa-featured

Hi Karengsam

User(s) of your site can automatically save various link in your WordPress account, if only you had an hyperlink to http://www.favoritus.com whereby user(s) have to login first just for security purposes thereafter are able to save there favorite bookmarks online through your site Karengsam.

The link that i have given you has various categories for illustration that will enable your visitors understand how to save various links through your web page.

I wish you all the best.

Answered By 0 points N/A #139042

A page to save your favourite links online

qa-featured

I want to add URL link to internet explorer by using batch commands in a batch file.For example, i want to add following link http://itknowledgeexchange.techtarget.com/itanswers/ using batch commands. 

Save the following code to VBS extension <pre>Set WshShell = CreateObject("WScript.Shell") strDesktopPath = WshShell.SpecialFolders("Desktop") Set objShortcutUrl = WshShell.CreateShortcut(strDesktopPath & "IT Answers.url") objShortcutUrl.TargetPath = "http://itknowledgeexchange.techtarget.com/itanswers/" 
 

 

Related Questions