Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Twitter from using item->title to item->content #20

Open
MitchellMcKenna opened this issue Jun 18, 2012 · 0 comments
Open

Convert Twitter from using item->title to item->content #20

MitchellMcKenna opened this issue Jun 18, 2012 · 0 comments

Comments

@MitchellMcKenna
Copy link
Owner

Currently the twitter plugin sets the item content to empty, we should stop doing that. Twitter themes should use the content as the tweet, not the title tag.

Since previously all content was set to empty, a migration will have to be created which copies the title into the content where content is empty for twitter items. Relies on completion of #19.

There shouldn't be html in the title. Once this ticket has been completed, title should no longer be run through _autolink() function.

Once complete _autolink() function can be removed since content no longer uses _autolink() either since 2958721.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant