@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?p=10>
  a sioc:Post ;
  dc:title "LH Posse" ;
  dcterms:identifier 10 ;
  dc:modified "2022-07-11T15:37:33Z"^^xsd:dateTime ;
  dc:created "2014-07-17T16:25:43Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-posse/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """
<p class="wp-block-paragraph">The aim of this plugin is to enable bloggers fully embrace the concept of <b>Publish (on your) Own Site, Syndicate Elsewhere (<a title="Indieweb explanation of POSSE" href="https://indieweb.org/POSSE">POSSE</a>). </b>However, the approach is a little different. Instead of directly sending thcontent to social media from the websites backend, lh-posse creates optimised feeds that can then be used by personal automation sites like IFTTT and Zapier to directly publish the content into social media.</p>



<p class="wp-block-paragraph">These feeds have specialised content handling based on the WordPress post format and therefore the presentation of the content looks good when its arrives.</p>



<p class="wp-block-paragraph">Presently two optimised feeds are supported:</p>



<p class="wp-block-paragraph">A facebook feed, example here: <a href="https://lhero.org/feed/lh-posse-fb/">https://lhero.org/feed/lh-posse-fb/</a></p>



<p class="wp-block-paragraph">and a</p>



<p class="wp-block-paragraph">Twitter feed, example here: <a href="https://lhero.org/feed/lh-posse-tw/" rel="nofollow">https://lhero.org/feed/lh-posse-tw/</a></p>
If you like this plugin please consider making a donation to further development

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><!-- Identify your business so that you can collect the payments. -->
<input name="business" type="hidden" value="shawfactor@gmail.com" /><!-- Specify a Donate button. -->
<input name="cmd" type="hidden" value="_donations" /><!-- Specify details about the contribution -->
<input name="item_name" type="hidden" value="LocalHero project" />
<input name="item_number" type="hidden" value="Plugin Development" />
<input name="currency_code" type="hidden" value="USD" />

<!-- Display the payment button. -->
<input alt="Donate" name="submit" src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_92x26.png" type="image" />
<img loading="lazy" decoding="async" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" />

</form>"""^^rdf:XMLLiteral ;
  sioc:content """
The aim of this plugin is to enable bloggers fully embrace the concept of Publish (on your) Own Site, Syndicate Elsewhere (POSSE). However, the approach is a little different. Instead of directly sending thcontent to social media from the websites backend, lh-posse creates optimised feeds that can then be used by personal automation sites like IFTTT and Zapier to directly publish the content into social media.



These feeds have specialised content handling based on the WordPress post format and therefore the presentation of the content looks good when its arrives.



Presently two optimised feeds are supported:



A facebook feed, example here: https://lhero.org/feed/lh-posse-fb/



and a



Twitter feed, example here: https://lhero.org/feed/lh-posse-tw/
If you like this plugin please consider making a donation to further development












""" ;
  foaf:depiction <https://lhero.org/?p=649> ;
  sioc:attachment <https://lhero.org/?p=649> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/?p=649>
  a foaf:Image ;
  rdfs:seeAlso <https://lhero.org/portfolio/lh-posse/indiewebcamp_logo_1600px/?feed=lhrdf&format=turtle> .

