Reputation: 430
I tried to use the javascript method from Twitter's docs and the button maker from here
. However, both buttons fail to put the current URL in the tweet. Any solution to this?
I tried to follow the answer from
on using intent/tweet instead of share, but it still does not put current URL to the tweet. Any solution?
The URLs would be something like
localhost:11080/result?day=monday&start=0900&end=1430&faculty=Computer+Science.
Upvotes: 1
Views: 695
Reputation: 678
The /intent/tweet/
page silently removes non-publically visible URLs (such as localhost
). Just found this out after a few hours of puzzling trial and error.
Upvotes: 3