verbb / social-poster

A Craft CMS plugin for automatically posting entries to social media.
Other
89 stars 12 forks source link

Twig: Check if entry has already been posted? #9

Closed lindseydiloreto closed 8 years ago

lindseydiloreto commented 8 years ago

How would you check to see if an entry has already been posted?

I want to add a Twig conditional around my "Post" checkbox on the front-end form.

engram-design commented 8 years ago

You'll now be able to as of 1.2.0. Use the new template tag:

{% set posts = craft.socialPoster.posts({ element: entry }) %}
lindseydiloreto commented 7 years ago

Excellent, thanks man! Works like a charm. :)