Can't Access all the bundles Given Out by Twitter on WordPress

Twitter sends in 10 bundles but in Wordpress content field I can’t acess all the bundles, I want to add all the 10 tweets given by twitter into a post and create post.

HEY @nish3real
You are doing well

I think You should use an text aggregator instead of “Array aggregator.”

2 Likes

Every result (item/record) from a search module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.

You are correct to use an aggregator, BUT you were using the wrong aggregator.

In your case, you want to combine them into a single text variable for the Wordpress Content field, so you’ll need to use a “Text Aggregator” instead of an array aggregator.

2 Likes

Thanks that worked. It posts like

I want to add corresponding image between them.

No problem, glad I could help!

In future, please create a new thread for each question. This makes it easier for others with the same problem to search for the answer. Thank you for your cooperation!

The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

1 Like