Asked By
karengsam
10 points
N/A
Posted on - 04/22/2013
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!
A page to save your favourite links online
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.
A page to save your favourite links online
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/"