all links except twitter?
Can we exclude certain links?
all links except twitter?
Can we exclude certain links?
Is this in Full-Text RSS or Feed Creator?
full text… thank you
In your site config file you can add a strip line to remove links that don’t begin with a certain domain, e.g.
strip: //a[not(starts-with(@href,'https://twitter.com'))]
You can list more than one, e.g.
strip: //a[not(starts-with(@href,'https://twitter.com')) and not(starts-with(@href, 'https://facebook.com'))]
beautiful… thank you.
Well it kind of worked.
when I am extracting twitter, all I went to be left with is the url.
It keeps extracting Twitter and putting everything in blockquotes. All I want to be left with is the status url.