If you're using the
Connected Web feed format, just follow the specification of the
Advertising body element. We currently don't support
targets and
semantic_hide parameters.
If you're using an RSS or Atom feed, you must include your ads using an
image tag and setting its
role parameter equal to
advertising, as shown in the following example:
<img src="https://fbwcdn.com/image/ads/example_add.jpg" role="advertising"/>
Then wrap your ad-image tag with an
a tag and set its
href parameter to the web page that the add must show, its
role parameter equal to
advertising and its type parameter equal to one of the supported ads type (see
here for more):
<a href="https://flashbeing.com/new_offer/" role="advertising" target="_blank"><img src="https://fbwcdn.com/image/ads/example_add.jpg" role="advertising"/></a>
If the user is using a FlashBeing's app, the link will be opened using the embedded in-app browser, else it will be opened in a new tab of the browser.