IFTTT Insta to Twitter WITHOUT hashtags

FBM

Power Member
Joined
Apr 4, 2017
Messages
613
Reaction score
714
Hey Guys,

Hope you're all good?

As mentioned in title, how can I use IFTTT to Tweet a picture once my Instagram account posts an image WITHOUT including the hashtags from Instagram? So just the image and the text caption.

The hashtags from Instagram are included in the {{caption}} and ideally I don't want the hashtags to appear the tweets!

Thanks in advance!

Midas
 
Cough
 
Try this, it might help.

Helixia-Cough-Kids-bottle-EN1.png
 
Hey Guys,

Hope you're all good?

As mentioned in title, how can I use IFTTT to Tweet a picture once my Instagram account posts an image WITHOUT including the hashtags from Instagram? So just the image and the text caption.

The hashtags from Instagram are included in the {{caption}} and ideally I don't want the hashtags to appear the tweets!

Thanks in advance!

Midas
I see why you want to do that, but i think it's not possible with IFTTT, at least i don't see any setting to filter out the hashtags from the caption.

You can try Zapier too, i haven't tried this specifically with it, but i think it's not possible with that either.
 
  • Like
Reactions: FBM
Since Instagram and Twitter both have their hashtags within the caption there is no way to do it.
I think it would work with Tumblr to Instagram or Twitter, because Tumblr has an own section for hashtags.
 
  • Like
Reactions: FBM
Place 140 characters before starting hashtags on the Instagram or use hashtags in first comment.
You can't do any recipe "to Instagram".
 
I see why you want to do that, but i think it's not possible with IFTTT, at least i don't see any setting to filter out the hashtags from the caption.

You can try Zapier too, i haven't tried this specifically with it, but i think it's not possible with that either.

Yeah on Twitter it seems a bit spammy and most smart phones can't even handle that much text.
Thanks for the suggestion I'll give it a try! ;)
 
Are you still attempting to achieve this? I only know the basics of platform on ifttt but with a filter, you can actually replace text within the caption. For instance, if you are always posting the same hashtags you can replace them with essentially nothing. I set my var igCaption = Instagram.Caption or whatever it is. Then you do a simple igCaption = igCaption.replace (#HASHTAG, '') this can be repeated any number of times.
 
Are you still attempting to achieve this? I only know the basics of platform on ifttt but with a filter, you can actually replace text within the caption. For instance, if you are always posting the same hashtags you can replace them with essentially nothing. I set my var igCaption = Instagram.Caption or whatever it is. Then you do a simple igCaption = igCaption.replace (#HASHTAG, '') this can be repeated any number of times.
Wait so you're saying you can insert code in the IFTTT thing here?

upload_2019-8-4_14-26-43.png
 
Wait so you're saying you can insert code in the IFTTT thing here?

View attachment 119014

In that location, you can enter only enter HTML as far as I know. But if you join IFTTT Platform, I was invited too but I think there is a way you can just sign up for it if not be logged into IFTTT and click the following link -> https://platform.ifttt.com/ . Now you can use platform which is much more powerful. Why because of the FILTER which is where you can include TypeScript. I have a limited background in this so any interesting filter scripts people come up with please share them with me, I need all the help I can get. Ok once you are set up in platform create a new applet in it. Choose your trigger and then here's the cool thing you can daisy chain actions off of that trigger but anyway. Once you have a trigger and action there is a place for filter code.
0ij6rcW
 
In that location, you can enter only enter HTML as far as I know. But if you join IFTTT Platform, I was invited too but I think there is a way you can just sign up for it if not be logged into IFTTT and click the following link -> https://platform.ifttt.com/ . Now you can use platform which is much more powerful. Why because of the FILTER which is where you can include TypeScript. I have a limited background in this so any interesting filter scripts people come up with please share them with me, I need all the help I can get. Ok once you are set up in platform create a new applet in it. Choose your trigger and then here's the cool thing you can daisy chain actions off of that trigger but anyway. Once you have a trigger and action there is a place for filter code.
0ij6rcW
Thanks a lot I had no idea they had a platform!
 
Back
Top