Closed zachesor closed 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.
I think there's a typo within the documentation, the method is called text_format, and should be called like so:
text_format
<?= Instagram::text_format($image->caption()) ?>
Yes this is accurate.
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.