claudioliverano
Forum Replies Created
-
Here’s a video https://youtu.be/ZwdQfkew4gw
Go to “WooCommerce Payments” settings page and disable “Stripe Link” option (in Express Checkout area).
I solved in this way.I noticed another alert on the checkout page (I don’t remember the exact text but it was above the payment fields). So I thought it was a problem related to the billing fields.So I saw Stripe’s “LINK” icon in the “email” field and I thought that it was carrying an internal conflict. Indeed, I guessed it!
Hi @alexmigf
They are 18 products (3 subscription with several variation that are considered other products)
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Need a link previewRegarding inline button, I need to replace this:
$button['url'] = urldecode( get_permalink( $post->ID ) );
with this:
$button['url'] = url from custom field (a textbox);
But I’m trying several codes without a good response.
Maybe the plugin that I’m using for creating custom post and fields is not good..Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Need a link previewI think I did something wrong:
Inserted the first code in function.php.
Recreated custom field named “image” (Type field: upload).
Inserted the code {cf:image} in the P2TG settings template.
Tried to public a post.
Telegram Bot shows “Array” where the image should be.What if I try to insert an HTML code in the P2TG template like
<img src="{cf:image}" />
, where {cf:image} is an url field?I apologize for my poor skill
- This reply was modified 4 years, 10 months ago by claudioliverano.
- This reply was modified 4 years, 10 months ago by claudioliverano.
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Need a link previewOk, thank you. Let me try. I’ll update you as soon as possible!
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Need a link previewThe question is much simpler than it seems. Can I send an image in a telegram message through a custom image-upload field?
Example:
{cf:title_field}
{cf:decription_field}
{cf:image}Where {cf:image} is a custom field with upload (image only) function.
When I try to send it, Telegram bot doesn’t show attached image.
I want it like a “cover image”.Regarding inline button, should I edit the plugin code? Can you tell me which file exactly?
- This reply was modified 4 years, 10 months ago by claudioliverano.
- This reply was modified 4 years, 10 months ago by claudioliverano.
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Need a link previewI tried your way but nothing changes.
The message shows link without preview.
BUT! I understand that the preview is blocked only to the direct Amazon’s urls.
If I insert a youtube link (or other site link), the preview show up.Maybe..
I can try to “create” a preview replacing that with my own image.
How I can insert an attached image?My customized content type let me create an image-upload field but when I public the post, the telegram bot show “Array” instead of attached image.
OTHER (Off problem) Question: Does the plugin support the customized inline button url for telegram? In the setting I can just replace “View Post” text and not the url attached (this because I want redirect people in another site, not in my created post).
and.. thanks for the quickly reply!
- This reply was modified 4 years, 10 months ago by claudioliverano.
- This reply was modified 4 years, 10 months ago by claudioliverano.