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

Conference hashtag for sharing on Twitter #156

Open
zuphilip opened this issue Feb 22, 2020 · 2 comments
Open

Conference hashtag for sharing on Twitter #156

zuphilip opened this issue Feb 22, 2020 · 2 comments

Comments

@zuphilip
Copy link
Contributor

Would it be possible to save the conference hashtag and then use it for sharing via twitter? However, currently these text is using the whole abstract which will almost certainly be too many characters. Thus, one would also need to restrict this. Any hint where this is handled in the code?

@Wilm0r
Copy link
Owner

Wilm0r commented Feb 22, 2020 via email

@zuphilip
Copy link
Contributor Author

Hm... I see that the description is added in the first line of these code

text += "\n" + item_.getDescriptionStripped();
t.putExtra(android.content.Intent.EXTRA_TEXT, text);
ctx_.startActivity(Intent.createChooser(t, "Share via"));

However, then the same t is used for all share via services in the last line above. I don't see how to tweak that such that different text with/without hashtag is used for different services. Any ideas?

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

No branches or pull requests

2 participants