Size: a a a

Instant View Russian

2021 November 18

S

Sergey in Instant View Russian
думал про рекламу в каналах идет речь, нет?
источник

S

Sergey in Instant View Russian
или это рофл? Если так, то я как раз наоборот сказал, что в телеге реклама не «очевидный скам»
источник

K‌

Kirill ‌Grinchuk in Instant View Russian
Ну их вон сам Дуров поддержал, хотя они и говорят что они separate project
У них и ton.org и @wallet
источник

K‌

Kirill ‌Grinchuk in Instant View Russian
Я наверное просто спать хочу, не обращай внимания
источник

S

Sergey in Instant View Russian
но это не «питон курсы за неделю программист 500к»
источник

IP

Illia Pyshniak in Instant View Russian
Хм, похоже, Павел Валерьевич получил французское гражданство
источник

K‌

Kirill ‌Grinchuk in Instant View Russian
Почему
источник

IP

Illia Pyshniak in Instant View Russian
Хз, вроде благодаря родительському гражданству, но я не силён во французском
источник

🎖

🎖🎖 Maksim³ in Instant View Russian
не вижу такого в схеме
источник

🎖

🎖🎖 Maksim³ in Instant View Russian
да и в этом врядли был бы смысл, зачем клиенту знать free или не free, если сервер может просто не выдавать рекламу
источник

🎖

🎖🎖 Maksim³ in Instant View Russian
меня больше интересует почему в схеме метод возвращает масив спонсоред меседжей)
источник

IP

Illia Pyshniak in Instant View Russian
Telegram is launching Sponsored Messages – a tool that allows anyone to promote their channels and bots. Here is what you should know:

1. There will be no ads in chats on Telegram. If you use Telegram as the messenger that we launched in 2013 – you will never see a sponsored message. Sponsored messages can't appear in your chat list, private chats or groups.

2. User data will not be used to target ads. As with everything we do, our main priority is protecting the private data of our users. That's why unlike other apps we will not use your private data to display ads.

Sponsored messages on Telegram are shown only in large public one-to-many channels with 1000+ members – and are based solely on the topic of the public channels in which they are shown. This means that no user data is mined or analyzed to display them.  

3. We are fixing ads that are already here. Some admins of one-to-many channels on Telegram already post ads in the form of regular messages. We hope that Sponsored Messages will offer a more user-friendly and less chaotic way for people to promote their channels and bots.

Sponsored messages are currently in test mode and are not available to everyone. Once they are fully launched and allow Telegram to cover its basic costs (such as equipment and data centers that are used by channel admins to deliver their content to our hundreds of millions of users), we plan to start sharing ad revenue with the admins of the channels where Sponsored Messages are displayed – because it is fair.

4. With Telegram you're more ad-free than with WhatsApp. WhatsApp already shares user data with advertisers [1] [2] – even though they don’t show ads themselves. On Telegram, however, advertisers will never get your private data. Besides, if you use Telegram the way you use WhatsApp, you will never see a single ad. Sponsored messages can only appear in channels, which are a unique social networking feature Telegram added several years after launch. If WhatsApp introduces a similar feature, they are likely to also display ads there, like their parent company already does on Instagram and Facebook.

Online ads should no longer be synonymous with the abuse of user privacy. We'd like to redefine how a tech company should operate by setting an example of a self-sustainable platform that respects its users and content creators.
источник

IP

Illia Pyshniak in Instant View Russian
Next in instant view 😜
Footer or header
источник

IP

Illia Pyshniak in Instant View Russian
источник
2021 November 19

ll

l l in Instant View Russian
Привет, как проверить, пуста ли переменная  $var?
I want to replace HTML tag to another by
@replace_tag(<span>): $@
if variable is empty ("") (or the tag <someemptytag> is empty, ie. <someemptytag></someemptytag>), how can I do it?
источник

IP

Illia Pyshniak in Instant View Russian
Можно изначально не включать в $var пустые теги, если они не нужны.
Или наоборот, включать только их, если нужны только они.

$var_with_empty_tags: //div[not(.//*) and string-length() < 3]   # Состоит из тегов div без детей и почти без текста
$var_with_no_empty_tags: //div[.//* or string-length() > 3]      # Состоит из тегов div с детьми и/или с текстом
источник

ll

l l in Instant View Russian
Большое тебе спасибо))
источник

А

Александр in Instant View Russian
Тот редкий момент когда задали вопрос по теме чата 😄
источник

M

Misho in Instant View Russian
источник
2021 November 20

ll

l l in Instant View Russian
Кажется, есть лимит размера (512kB?) для загружаемых страниц с помощью функции @load (@inline). Получаю такую ошибку:
Iframe page is too big: 513.96KB.
Как можно это обойти?
Есть ли способ скачать часть страницы с помощью функции @load или @inline?
источник