Editing
Attitudes and Persuasion
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Attitudes and Persuasion is the study of "The Internal Map"βthe investigation of how we form "Likes and Dislikes" (Attitudes) and how those maps can be "Changed" by outside information (Persuasion). While "Rhetoric" is the technique of the speaker, "Social Psychology" is the science of the **listener**. From the "Elaboration Likelihood Model" (which explains why some ads use 'Logic' and others use 'Celebrities') to "Cognitive Dissonance" (the pain we feel when our actions don't match our beliefs), this field explores the "Wiring" of belief. It is the science of "Changing Hearts and Minds," revealing that "Persuasion" is not just about "Information," but about "Identity" and "Comfort." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Attitude''' β A "Evaluative Judgment" of an object, person, or idea (e.g., 'I like Apples'). It has three parts: **Affective** (Feeling), **Behavioral** (Action), and **Cognitive** (Thought). * '''Persuasion''' β The process by which a message induces change in beliefs, attitudes, or behaviors. * '''Elaboration Likelihood Model (ELM)''': ** '''Central Route''' β Persuading through "Logic, Facts, and Thinking" (requires a motivated audience). ** '''Peripheral Route''' β Persuading through "Cues" like "Beauty, Music, and Famous People" (works on people who aren't paying attention). * '''Cognitive Dissonance''' β The "Mental Tension" felt when a person holds "Two Conflicting Beliefs" (e.g., 'I am a healthy person' + 'I smoke'). * '''Self-Perception Theory''' β The idea that we "Observe our own behavior" to "Figure out what our attitude is" (e.g., 'I must like this music because I'm dancing to it'). * '''Balance Theory''' β The "Triangle of Relations": we want to "Like what our friends like" and "Dislike what our enemies like." * '''Foot-in-the-Door''' β Starting with a "Small request" to make it more likely they will say "Yes" to a "Large request" later. * '''Door-in-the-Face''' β Starting with a "Huge request" (that they reject) to make a "Small request" look "Reasonable" by comparison. * '''Sleeper Effect''' β When you "Forget the source" of a message but "Remember the message," causing you to believe it later even if the source was bad. * '''Reactance''' β The "Boiling Anger" felt when someone "Tells you what to do," causing you to do the "Opposite" just to prove your freedom. </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Attitudes and persuasion are understood through '''Consistency''' and '''Routes'''. '''1. The "Need for Harmony" (Cognitive Dissonance)''': The brain "Hates" a contradiction. * If you "Lie" to a friend for $1... * ...your brain says: "I'm an honest person, but I just lied for no reason." * To "Fix" the pain, you "Change your attitude": "Actually, it wasn't really a lie, it was mostly true!" * Persuasion is often about "Creating Dissonance" (showing someone they are being a hypocrite) and then "Offering the Solution" to make the pain go away. '''2. The "Two Paths" of the Mind (ELM)''': How you talk depends on "How much your audience cares." * If you are selling a "Car" to a "Mechanic," you use the **Central Route** (Engine specs, safety data). They are "Thinking deeply." * If you are selling "Soda" to a "Teenager," you use the **Peripheral Route** (Cool music, beautiful models, 'Vibes'). They are "Feeling quickly." * Most modern advertising uses the **Peripheral Route** because thinking is "Hard" and feeling is "Easy." '''3. "Identity" over "Facts"''': Why is it so hard to change a "Political" or "Religious" attitude? * Because those attitudes are "Linked to Identity." * Changing the attitude means "Losing your tribe" and "Admitting you were wrong for years." * This is "High Dissonance." The brain will "Invent a million lies" (Rationalization) to keep the old attitude safe. '''The 'Festinger' Experiment (1959)'''': Leon Festinger asked people to do a "Boring task" and then "Lie" to the next person, saying it was "Fun." One group was paid **$20** to lie; the other was paid **$1**. The $1 group actually "Ended up liking the task more." Why? Because $1 wasn't enough "Reason" to lie, so they "Changed their mind" to believe it was actually fun to "Avoid the Dissonance." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Persuasion Route' (Choosing the best way to sell an idea):''' <syntaxhighlight lang="python"> def choose_persuasion_route(audience_interest_level, complexity): """ Based on the ELM model. """ if audience_interest_level == "High": # They will 'Elaborate' (think) return "ROUTE: CENTRAL. Use Facts, Logic, and Long-term Proof." else: # They are 'Distracted' return "ROUTE: PERIPHERAL. Use Colors, Music, and Celebrity Endorsements." # Selling a 30-year Mortgage print(choose_persuasion_route("High", "High")) # Selling a Chocolate Bar print(choose_persuasion_route("Low", "Low")) </syntaxhighlight> ; Attitude Landmarks : '''The 'Ben Franklin' Effect''' β Franklin found that if you "Ask a rival for a favor," they will "Like you more" because their brain has to "Explain" why they helped you. : '''Public Service Announcements (PSAs)''' β Why 'Scare Tactics' (Pathos) often fail. If the fear is "Too high," people "Shut down" or "Laugh it off" (Reactance) to protect their ego. : '''Brands as 'Identities' ''' β Why people "Love" Apple or Tesla like a "Religion." The company has "Primed" their "Self-Image," so buying the product feels like "Being true to yourself." : '''Political 'Flip-Flopping' ''' β Why we hate politicians who change their minds. We value "Consistency" (The 'Planner') over "Learning" (The 'Scientist'). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Central vs. Peripheral Processing ! Feature !! Central Route (The Thinker) !! Peripheral Route (The Reactor) |- | Effort || High (Thinking / Reading) || Low (Looking / Feeling) |- | Stability || Long-lasting change || Temporary / Fickle change |- | Resistance || Hard to counter-argue || Easily changed by the next ad |- | Focus || The "Argument" || The "Source" (Who said it?) |- | Analogy || A 'Judge' reading a brief || A 'Child' liking a toy |} '''The Concept of "Attitude Inoculation"''': Analyzing "The Mental Vaccine." You can "Protect" people from a "Big Lie" by "Exposing them to a small, weak version of the lie" first and "Teaching them how to beat it." This builds "Mental Antibodies" so that when the "Real Propaganda" arrives, their brain is ready to reject it. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating attitudes and persuasion: # '''Ethics''': Is it "Right" to use "Peripheral Cues" to sell "Junk Food" to "Children"? (The "Mental Manipulation" debate). # '''Free Will''': If my "Attitude" was "Formed" by my "Parents and TV" before I was 10, is it "My" attitude? # '''The "Backfire Effect"''': Why does "Showing someone Facts" often make them "More stubborn" in their wrong belief? (The "Dissonance" of being wrong). # '''AI''': Should AIs be "Persuasive"? (If an AI "Knows exactly how to change your mind," should it be "Allowed" to talk to you?). </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''The 'Dissonance' Mirror''': An app that "Tracks your beliefs and actions" and "Shows you the gaps," helping you "Be a better person" by being more "Consistent." # '''Personalized 'Inoculation' Games''': Games that "Teach you" how "Brands" try to "Prime" you, making you "Immune" to "Retail Therapy." # '''Hyper-Rational News''': A news feed that "Removes all Peripheral Cues" (No photos of angry people, no scary music), leaving only "Central Route" information. # '''The 'Values' Translation AI''': An AI that "Re-frames" an idea (e.g., 'Environmentalism') into the "Language of your rival's values" (e.g., 'Economic Security'), allowing for "Persuasion across the divide." [[Category:Psychology]] [[Category:Sociology]] [[Category:Communications]] [[Category:Social Psychology]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information