How can I move the feedback icon position to bottom or top of my website.

Avatar
  • updated
  • Under review
I see currently it only accepts left or right.Also even on right side, If I want to move the vertical position , is it possible?
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Under review
At this moment Left and right alignment supported.
Also it possible to set tab_top parameter, it represents margin from to pof the screen, for example tap_top=10px

Also it's possible to create your own unique image, horizontal for example.
And add following code to it, widget must be installed in link mode.
<a onmouseover="UE.Popin.preload();" href="#" onclick="UE.Popin.show(); return false;">Feedback</a>
Also if you don't need UserEcho popup you can directly link to support forum from it.

Please give us info, if you really need vertical or horizontal widget, we can also add this options to current widget, but it takes some time.

Avatar
Sergey Stukov co-founder
  • Answer
  • Under review
At this moment Left and right alignment supported.
Also it possible to set tab_top parameter, it represents margin from to pof the screen, for example tap_top=10px

Also it's possible to create your own unique image, horizontal for example.
And add following code to it, widget must be installed in link mode.
<a onmouseover="UE.Popin.preload();" href="#" onclick="UE.Popin.show(); return false;">Feedback</a>
Also if you don't need UserEcho popup you can directly link to support forum from it.

Please give us info, if you really need vertical or horizontal widget, we can also add this options to current widget, but it takes some time.

Avatar
Priya
Sergey , thanks for the reply.Actually my website doesn't have space on left or right as we are using 100% of the width.
What I want is to have a parameter like tab_bottom so that I can keep it at some fixed length from the bottom instead of top.

will that be possible?
Avatar
Sergey Stukov co-founder
Quote from Priya
Sergey , thanks for the reply.Actually my website doesn't have space on left or right as we are using 100% of the width.
What I want is to have a parameter like tab_bottom so that I can keep it at some fixed length from the bottom instead of top.

will that be possible?
Not at this moment with default widget, we inform you here when it will be possible.
But note, you can use this code for temporary solution.
<img onclick="location.href='http://shipmycart.userecho.com/';" style="position:fixed;top:0px;left:60%;cursor:pointer;" src="/s/attachments/1/1/1/c04240f6e2a8be0944e204bcaa5db43f.png">

Avatar
Priya
Quote from Sergey Stukov
Not at this moment with default widget, we inform you here when it will be possible.
But note, you can use this code for temporary solution.
<img onclick="location.href='http://shipmycart.userecho.com/';" style="position:fixed;top:0px;left:60%;cursor:pointer;" src="/s/attachments/1/1/1/c04240f6e2a8be0944e204bcaa5db43f.png">

Sergey , thanks for a workaround but I really like the pop-up widget.Let me see what else I can do to take care of this.
Userecho is great!

Avatar
Sergey Stukov co-founder
Quote from Priya
Sergey , thanks for a workaround but I really like the pop-up widget.Let me see what else I can do to take care of this.
Userecho is great!

This workaround launches popup, you must insert widget code in the "link mode" and use workaround.