CE Tweet
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From Causing Effect
The until= parameter for ce:search breaks tweet generation
Support Request
Seb
|
Posted: 24 November 2015 12:03 PM |
|
|
|
I’ve tried using the until= parameter for custom Twitter searches. But every time I include it in the opening tag it breaks the display of tweets. Nothing is generated.
I’ve used a Matrix field {entry_tweets} for users to fill in their own variables. And they all work: except for the until parameter. I’ve even tried hardcoding a date into the paramater, like so
{entry_tweets} {exp:ce_tweet:search count="{tweet_num}" q='{tweet_from} {tweet_tag} lang:en' include_entities="no" link="m|u" until="2015-10-24"} {statuses} <div class="twitterwrap"> <div class="tweet"> <p>{text}</p> <a class="tw-reldate" href="https://twitter.com/{user_screen_name}/statuses/{id_str}"> <i class="icon-twitter"></i>{user_name}, {created_at_relative} </a> </div> </div> {/statuses} {/exp:ce_tweet:search} {/entry_tweets
But I’m still getting no joy. Any clues?
Thanks!
|
|
|