• Resolved stefanando

    (@stefanando)


    Hi, thanks a lot for this simple and useful plugin!
    I’d like to know if with Ajax widget is there any way to display only the telegram posts window (left in the picture) and NOT the (right) window where is “Download Telegram”. Thanks a lot for your help! Stefano

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Irshad Ahmad

    (@irshadahmad21)

    You can use our custom HTML iframe for this

    Use this HTML in place of the shortcode:

    <iframe src="https://widget.wptelegram.pro/s/WPTelegram?scrollbar=custom&hideRightColumn=0&theme=auto" width="100%" height="600px" frameborder="0">Your Browser Does Not Support iframes!</iframe>
    

    Query options/params:

    • scrollbar: default | hidden | custom
    • theme: auto | light | dark
    • hideRightColumn: 1 | 0

    Don’t forget to replace WPTelegram towards the end with your channel username.

    So, in your case, you need to pass 1 for hideRightColumn

    Thread Starter stefanando

    (@stefanando)

    Hi Irshad, thanks for your prompt reply!
    It worked fine.
    Using iframe, is there any way to show only the last post?
    Besides that, is it possible to have it in a box or a sidebar, so to integrate it better in the webpage?
    Thanks again, enjoy your day,
    Stefano

    Plugin Author Irshad Ahmad

    (@irshadahmad21)

    is there any way to show only the last post?

    No, that’s currently not possible.

    is it possible to have it in a box or a sidebar, so to integrate it better in the webpage?

    You can use it anywhere you want.

    Thread Starter stefanando

    (@stefanando)

    Thanks a lot for your help!

    • This reply was modified 10 months, 4 weeks ago by stefanando.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Showing just telegram posts window’ is closed to new replies.