"""ALwrity integrations setup component.""" import streamlit as st from loguru import logger import os from typing import Dict, Any from ..manager import APIKeyManager from .base import render_navigation_buttons, render_step_indicator, render_tab_style def render_alwrity_integrations(api_key_manager: APIKeyManager) -> Dict[str, Any]: """Render the ALwrity integrations setup step.""" try: # Apply enhanced tab styling render_tab_style() st.markdown("""
Connect your content platforms and tools
Connect your website platforms for seamless content publishing
Connect your WordPress site for direct content publishing.
Connect your Wix site for direct content publishing.
Connect your social media accounts for content distribution
Connect your Facebook account for content sharing.
Connect your Instagram account for content sharing.
Connect your analytics tools for content performance tracking
Connect your Google Search Console for SEO insights.