Satellite Plugin

Please everyone, I urgently need help on how to use the satellite plugin properly. Thanks

Are you referring to the satellite plugin by zeroqode? Satellite (reusable element addon) Plugin | Bubble

Yes, exactly

Which specific part of the plugin are you having trouble with?

How to send data from reusable to a page… I always get confused using it. Not like i am sending data, I just want to make a particular element show on mobile.

The attached scrrenshot should explain better


Have you set up both the antenna and satellite properly?

That is what I am yet to confirm. Do you have a proper channel on how I can learn it??

I haven’t used this plugin but I just checked the editor and it seems easy to setup. sdfsfsdfsdf | Bubble Editor

You just need to setup both elements properly.

  • setting classes when the antenna is revealed
  • targeting the specific class on the satellite

Edit: You could do this in native Bubble as well :smiley:

How please. That would make more sense

  1. A satellite emits to an antenna.
  2. Satellite and antenna have a name, called the “class”.
  3. In order to communicate they need to share the same class. “Satellite class X only talks to antenna class X”.
  4. Satellite AND antenna need to be “initialized” before use. Generally with a “when the page is loaded” workflow.
  5. You place a satellite where the info comes from (inside RE).
  6. You place an antenna where you need to capture the information.
  7. If sending data from satellite to antenna, this is 2 actions. You send data AND you trigger the antenna.