Join us for an enlightening webinar by Social Champ on “Navigating the Evolving Landscape of Social Media: In Conversation with Industry Stakeholders.’’ We’ve assembled a distinguished panel of industry experts and marketing gurus to delve into the ever-evolving world of the SaaS industry.
Our experts discover strategies to tackle challenges like social media platform trends, customer queries, API access limitations, and much more. Whether you’re a marketing professional, entrepreneur, or business owner, this webinar will enrich your understanding of the changing marketing sphere. So don’t miss this invaluable opportunity to learn from the best and connect with fellow professionals.
Visit the Event Page
Join Us for This Webinar on Wednesday, 23rd August 2023.
Tahniat Alam (Host)
Meet Tahniat Alam, a Customer Success Lead at Social Champ, boasting 5+ years of marketing expertise. A fierce leader, driving a dynamic team with exemplary customer communications, retention, conversions, and social media strategies. She is a multitasker with a knack for creative writing, an empathetic approach, and effective communication.
Panelists:
Mansoor Muhammad
Meet Mansoor Mansa, a Senior Community Specialist at Social Champ—A social media management solution that fits the needs of all. He has marketing experience and uses his skills to drive business goals. He enjoys creating meaningful interactions with audiences and is active in the specialty coffee industry and endurance sports.
Tanner Pye-Richardson
Meet Taner Pye-Richardson, Head of Marketing at Keyhole, an all-in-one social media analytics tool. With 10+ years of experience in project management, service, and digital marketing, he brings enthusiasm and cool pragmatism to the table. He loves working with people; that’s why he is in marketing. Ideas, iteration and execution.
Shivam Devgan
Meet Shivam Devgan, Marketing Manager at Statusbrew. He has 5 years of experience in SaaS marketing and unifies his story across teams and brings expertise in web content writing, Excel, customer service, communication, and editing. He holds a Bachelor’s degree in Computer Applications from the Global Institute of Management and Emerging Technologies.
The Webinar Will Be Available Here.
Visit the Event Page
Stop Juggling, Start Prioritizing
Try Social Champ to manage and organize everything in a single tab. From posting to scheduling, replying to customers, to tracking numbers – get all done through single tab.
Get Started FREE
View Pricing
<script>
document.addEventListener('DOMContentLoaded', function() {
function transformTablesForMobile() {
if (window.innerWidth > 767) return; // Only for mobile
const tables = document.querySelectorAll('#brxe-qvtevz table');
tables.forEach(table => {
if (table.classList.contains('transformed')) return;
let headers = [];
const thead = table.querySelector('thead');
const tbody = table.querySelector('tbody');
// Get headers - check for both th and td in thead
if (thead) {
const headerRow = thead.querySelector('tr');
if (headerRow) {
// First try th, then td
let headerCells = headerRow.querySelectorAll('th');
if (headerCells.length === 0) {
headerCells = headerRow.querySelectorAll('td');
}
headers = Array.from(headerCells).map(cell => cell.textContent.trim());
}
} else if (tbody) {
// If no thead, take first row
const firstRow = tbody.querySelector('tr');
if (firstRow) {
let headerCells = firstRow.querySelectorAll('th');
if (headerCells.length === 0) {
headerCells = firstRow.querySelectorAll('td');
}
headers = Array.from(headerCells).map(cell => cell.textContent.trim());
}
}
// Return if no headers found
if (headers.length === 0) return;
// Get all data rows
const rows = Array.from(tbody.querySelectorAll('tr'));
const dataRows = rows; // All tbody rows are data rows when thead exists
// Create new structure
const newContainer = document.createElement('div');
newContainer.className = 'mobile-table-container';
// Create a section for each column
headers.forEach((header, colIndex) => {
const columnSection = document.createElement('div');
columnSection.className = 'mobile-column-section';
const columnHeader = document.createElement('div');
columnHeader.className = 'mobile-column-header';
columnHeader.innerHTML = header; // Use innerHTML to preserve formatting
columnSection.appendChild(columnHeader);
const columnList = document.createElement('div');
columnList.className = 'mobile-column-list';
dataRows.forEach(row => {
const cells = row.querySelectorAll('td');
if (cells[colIndex]) {
const item = document.createElement('div');
item.className = 'mobile-column-item';
item.innerHTML = cells[colIndex].innerHTML;
columnList.appendChild(item);
}
});
columnSection.appendChild(columnList);
newContainer.appendChild(columnSection);
});
table.style.display = 'none';
table.classList.add('transformed');
table.parentNode.insertBefore(newContainer, table.nextSibling);
});
}
transformTablesForMobile();
// Handle window resize
let resizeTimer;
window.addEventListener('resize', function() {
clearTimeout(resizeTimer);
resizeTimer = setTimeout(function() {
const containers = document.querySelectorAll('.mobile-table-container');
const tables = document.querySelectorAll('#brxe-qvtevz table.transformed');
if (window.innerWidth > 767) {
containers.forEach(c => c.style.display = 'none');
tables.forEach(t => t.style.display = 'table');
} else {
containers.forEach(c => c.style.display = 'block');
tables.forEach(t => t.style.display = 'none');
}
}, 250);
});
});
</script>
Shakeel Ahmed is the SEO & Paid Ads Lead at Social Champ, bringing 8+ years of hands-on experience in digital marketing, advertising, and SaaS growth strategies. Obsessed with data, creative campaigns, and keeping up with the ever-changing SEO world, he’s helped scale Social Champ’s visibility and performance. When not analyzing dashboards, Shakeel loves sharing practical marketing insights and exploring the latest trends in the social media landscape.
A Simplified Social Media Management Tool
Social Champ is your AI-powered social media management tool.
Schedule, analyze, listen, and track competitors – all in one platform.