PWesterdale / KirbyGram

Instagram Plugin for Kirby CMS
22 stars 3 forks source link

Format Caption text #11

Closed zachesor closed 9 years ago

zachesor commented 9 years ago

Can you tell me what you mean by this: "pass this through the instagram::format_text() function"

I tried to using <?= $image->caption()->instagram::format_text() ?> but that breaks the page.

steadweb commented 9 years ago

I think there's a typo within the documentation, the method is called text_format, and should be called like so:

<?= Instagram::text_format($image->caption()) ?>
zachesor commented 9 years ago

Yes this is accurate.