Insta story weblink apparently not working #280
andrea83ny
started this conversation in
General
Replies: 2 comments 6 replies
-
@andrea83ny works fine https://www.instagram.com/stories/bestskatetrick/2623165683550157760/ Does the account you are posting to have 10,000 followers? |
Beta Was this translation helpful? Give feedback.
2 replies
-
You're right! I was actually testing it on my smaller account. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using the following code to post a photo as insta story with a swipe up link.
photo_url is the url of a photo in my PC
weblink = 'https://www.wsj.com/'
buildout = StoryBuilder(
Path(photo_url)
).photo() # or .video()
The story is published, however it has no swipe up link.
Also, it has no caption.
Could you please check what's wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions