Skip to content

Can engines read custom data about a particular site?

Hi,

Say I'd like to post a blog comment, "Hi Hannah, great post as usual!" and I have a data file that tells me the admin names for all my targets (so I know that Hannah is the admin for hannahsbestblog.com). Can I get SER to read that in any way?

Thanks. 

Comments

  • SvenSven www.GSA-Online.de

    if that hana is somehwere extractable from the site then yes. You can use the #grabbed macro or use it in your script files with something like:

    [blog_author] 

    type=extract

    front=written by

    back=<

  • Thanks Sven, appreciate the quick response. 

    I will give it a shot with the macro and grabbing the data from the page. 

    Just looking through your macro docs - some nice powerful stuff there. Quick question - can I use a variable within a variable i.e

    %first_sentence-c:\info\%targetdomain%.txt%

    Thanks.
  • SvenSven www.GSA-Online.de

    you can do that when using it a bit different like...

    %first_sentence-c:\info\$targetdomain$.txt%

Sign In or Register to comment.