08-18-2011, 08:28 AM
I have thousands of url to be blasted for trackback. But to format those urls in trackback format is really pain in the ass.
I have found a very simple method to do it.
You need Microsoft word for that.
Just copy and paste the urls inside MS word. Now go to Edit-Replace(Ctrl+H). In the find what box enter "http:" without quotes. In replace with box enter:
Now replace all button. Go to the very first line of the file and remove the first line break. Copy paste it to notepad and save as txt.
Now you have the urls that can be used for trackbacks.
If you have multiple keywords you can split the urls using scrapebox and do the above method for each keyword.
I have found a very simple method to do it.
You need Microsoft word for that.
Just copy and paste the urls inside MS word. Now go to Edit-Replace(Ctrl+H). In the find what box enter "http:" without quotes. In replace with box enter:
Code:
^pYOURKEYWORD^phttp:
Now you have the urls that can be used for trackbacks.
If you have multiple keywords you can split the urls using scrapebox and do the above method for each keyword.