11/12/2021, 7:01 am | From Editors Chip / DPA
Made with Agency Content
WhatsApp users can wait for three new features. As a result, Messenger continues to drag levels with the desktop version of the application, among other things.
If you use WhatsApp on your computer in your browser, you might have missed the option to edit known images from a smartphone. At this point, Meta Assistant has now improved and introduced a desktop photo editor.
With this, photos can not only be cropped or rotated. According to the information, users can also add text or stickers to their photos.
Samsung Galaxy S21 in Amazon Deal: Click Here for Offers
WhatsApp Updates: More New Stickers and Links Preview
Keyword stickers: Another innovation for WhatsApp on smartphones. Not only are emoji suggested now, but stickers that match the context are also displayed when you type a few words in search of appropriate messaging accessories.
The third and final change announced affects mobile devices as well: in the future, on smartphones and similar websites, previews of videos or photos will be in the form of small images if you have found a link – so you can know roughly that what you want url tipper expected. Among other things, users already know link previews from competitor Messenger Signal.
More articles in this area
if(frame === window.top) {
break;
}
frame = frame.parent;
}
/**
* Set up a __tcfapi proxy method to do the postMessage and map the callback.
* From the caller's perspective, this function behaves identically to the
* CMP API's __tcfapi call
*/
window.__tcfapi = function(cmd, version, callback, arg) {
if (!cmpFrame) {
callback({msg: 'CMP not found'}, false);
} else {
const callId = Math.random() + '';
const msg = {
__tcfapiCall: {
command: cmd,
parameter: arg,
version: version,
callId: callId,
},
};
cmpCallbacks[callId] = callback;
cmpFrame.postMessage(msg, '*');
}
};
function postMessageHandler(event) {
let json = {};
try {
json = typeof event.data === 'string' ? JSON.parse(event.data) : event.data;
} catch (ignore) {}
const payload = json.__tcfapiReturn;
if (payload) {
if (typeof cmpCallbacks[payload.callId] === 'function') {
cmpCallbacks[payload.callId](payload.returnValue, payload.success);
cmpCallbacks[payload.callId] = null;
}
}
}
window.addEventListener('message', postMessageHandler, false);
}());
}
function consentSpecificVendor(vendorId) {
window.__tcfapi('postCustomConsent', 2, (data) => {
if (data) {
location.reload();
}
}, [vendorId], [], []);
}
function acceptFacebookConsentVendor() {
consentSpecificVendor('5f1b2fbdb8e05c3057240f56');
}
function acceptInstagramConsentVendor() {
consentSpecificVendor('5e7e5243b8e05c1c467daa57');
}
function acceptTwitterConsentVendor() {
consentSpecificVendor('5e71760b69966540e4554f01');
}
function acceptYoutubeConsentVendor() {
consentSpecificVendor('5e7ac3fae30e7d1bc1ebf5e8');
}
function acceptTrackdelightConsentVendor() {
consentSpecificVendor('5e77acddd8d48d795087425b');
}
function acceptTikTokConsentVendor() {
consentSpecificVendor('5e7f6927b8e05c4e491e7380');
}
function acceptTwitchConsentVendor() {
consentSpecificVendor('5ec462c02330505ab89fbb3b');
}
function acceptVimeoConsentVendor() {
consentSpecificVendor('5eac148d4bfee33e7280d13b');
}
window.__tcfapi('addEventListener', 2, function(tcData) {
if (tcData.eventStatus === 'tcloaded' || tcData.eventStatus === 'useractioncomplete') {
window.__tcfapi('getCustomVendorConsents', 2, function(vendorConsents, success) {
let vendorConsented = false;
vendorConsents.consentedVendors.forEach(vendor => {
if (vendor && vendor._id === '5e71760b69966540e4554f01') {
vendorConsented = true;
}
});
if (success && vendorConsented) {
const rootElement = document.getElementById('chip-widgets-twitter-618e99610525f');
const thirdPartyScripts = {
twitter: 'https://platform.twitter.com/widgets.js',
facebook: 'https://connect.facebook.net/de_DE/sdk.js#xfbml=1&version=v2.6',
trackdelight: 'https://scripts.tracdelight.io/tracdelight.js?accesskey=7a4942c4d62b262ad8303aaa50708d78',
instagram: '//www.instagram.com/embed.js',
tikTok: 'https://www.tiktok.com/embed.js',
};
for (let i=0; i < rootElement.childNodes.length; i++) {
// nodeType 8 is HTML Comment
if (rootElement.childNodes[i].nodeType == 8) {
rootElement.innerHTML = rootElement.childNodes[i].data.trim();
if (thirdPartyScripts.hasOwnProperty('twitter')) {
const script = document.createElement("script");
script.src = thirdPartyScripts['twitter'];
script.async = true;
script.defer = true;
rootElement.appendChild(script);
}
}
}
}
});
window.__tcfapi('removeEventListener', 2, function(success) {}, tcData.listenerId);
}
});
Internet fan. Alcohol expert. Beer ninja. Organizer. Certified tv specialist. Explorer. Social media nerd.
More from Laurence Porter
House » The rumors » Video: iPhone 13 Pro Max dummy to...
Read More